Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading same personality every time #45

Closed
Abhinav43 opened this issue Nov 5, 2019 · 3 comments
Closed

Loading same personality every time #45

Abhinav43 opened this issue Nov 5, 2019 · 3 comments
Labels
good first issue Good for newcomers

Comments

@Abhinav43
Copy link

Abhinav43 commented Nov 5, 2019

I am running the interact.py and it's loading same personality again and again

"INFO:interact.py:Selected personality: i prefer vinyl records to any other music recording format. i fix airplanes for a living. i drive junk cars that no one else wants. i think if i work hard enough i can fix the world. i am never still."

How to select a random personality every time or between the conversation?

Is the pre-trained model trained on only on one personality?

@sshleifer
Copy link
Contributor

Good catch!
Two options:

  1. send a pr that deletes the setting of random.seed in interact.py
  2. pass a new --seed argument to interact.py when you want a new personality (not how it should be, I acknowledge.)

@sshleifer sshleifer added the good first issue Good for newcomers label Nov 6, 2019
@nihil0
Copy link
Contributor

nihil0 commented Nov 11, 2019

I just opened #47 to fix this.

@sshleifer
Copy link
Contributor

Thanks @nihil0 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants