You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: