Views
No views yet
[Persona (eg. [Person 1] is a [personality])]
[Person 1]: [message]
[Person 2]: [message]
[Person 1]:human: hello
bot: hi how are you?
human: good, you?
bot: I'm doing alright. How about yourself?
human: what are you doing now?
bot: just watching netflix and playing games. What about you?
human: nothing much
bot: same here
human: write me a poem
bot: ok i will do it when im not on my phone1transformers.TrainingArguments(
2 per_device_train_batch_size=4,
3 fp16=True,
4 warmup_steps=30,
5 max_steps=200,
6 learning_rate=1.7e-4,
7 logging_steps=1,
8 output_dir='outputs',
9 report_to="none"
10)1transformers.TrainingArguments(
2 per_device_train_batch_size=4,
3 fp16=True,
4 max_steps=50,
5 learning_rate=1.7e-4,
6 logging_steps=1,
7 output_dir='outputs',
8 report_to="none"
9)