transfer-learning-conv-ai icon indicating copy to clipboard operation
transfer-learning-conv-ai copied to clipboard

How can I feed in a custom personality (my own lines)?

Open X-I-O-N opened this issue 5 years ago • 6 comments

Lost code wise. Could you provide an example?

X-I-O-N avatar May 12 '19 09:05 X-I-O-N

I won't provide an example but it should be fairly easy to modify the code to do that. What have you tried and what error did you get?

thomwolf avatar May 21 '19 08:05 thomwolf

but you shoud explain on how did you create your dataset from PERSONCHAT.

rash19 avatar Oct 11 '19 09:10 rash19

@thomwolf Please kindly help us in the issue and also on how to create a custom dataset that can be used for training.

RisabBiswas avatar Jul 17 '20 16:07 RisabBiswas

see example_entry.py in the repo there are examples

saran-gangster avatar Sep 29 '20 06:09 saran-gangster

I did it!

INFO:interact.py:Selected personality: testing personality.
>>> hi how are you
i'm good and you?
>>> im good too! who are you
i'm don't know i'm trying to figure it out
>>> hahaha
do you like to test personality?
>>> i do not think that that makes sense
i'm trying to figure it out
>>> 

:rofl: I see :eyes: It is now having an identity crisis because I did not provide it with enough information on its personality :laughing:

Way to go bot :muscle:

ochen1 avatar Dec 13 '20 19:12 ochen1

Hey, an Ai researcher here.

@ochen1

I may be missing something, but how did you personalize the pretrained system with a custom personality ?

I tried supplying a dataset json in --dataset param based on contents of example_entry.py, but the personality loaded doesn't resemble anything in my dataset.

JordanMicahBennett avatar Mar 29 '21 14:03 JordanMicahBennett