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

interact.py: seems to only work with only ONE item of the personas array #4

Open
j2l opened this issue May 6, 2023 · 0 comments
Open

Comments

@j2l
Copy link

j2l commented May 6, 2023

python3 interact.py --mode 1 and training with 5 facts resulting in something like:
['my name is Griotte<|endoftext|>', 'I really love cats<|endoftext|>', ...
results in non-sense:

>> User: what is your name?
Bot: I don't have a name
>> User: what is your name?
Bot: I don't know my name
>> User: what is your name?
Bot: it's me
>> User: what is your name?
Bot: it's me
>> User: what is your name?
Bot: I dont know

But if I manage to only have an array of one item ['my name is Griotte<|endoftext|>'], it successfully throw it.

Do you have the same behavior with interact.py?

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

No branches or pull requests

1 participant