igorktech commited on
Commit
506f7f1
1 Parent(s): 865c65d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -16,7 +16,7 @@ library_name: transformers
16
  ---
17
  ### morzecrew/FRED-T5-RefinedPersonaChat
18
  This model is a fine-tuned version of ai-forever/FRED-T5-1.7B on the [RefinedPersonaChat](https://huggingface.co/datasets/morzecrew/RefinedPersonaChat).
19
- Inspired by [SiberiaSoft/SiberianPersonaFred](https://huggingface.co/datasets/SiberiaSoft/SiberianPersonaFred) [blogpost](https://habr.com/ru/articles/751580/) but dataset was improved to prevent toxic speech.
20
 
21
  ### Prompt tips:
22
  You can provide personal information form bot identity, name, age and etc..
@@ -57,4 +57,16 @@ while True:
57
  print('B:> {}'.format(t5_output))
58
  dialog.append('Ты: ' + t5_output)
59
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ```
 
16
  ---
17
  ### morzecrew/FRED-T5-RefinedPersonaChat
18
  This model is a fine-tuned version of ai-forever/FRED-T5-1.7B on the [RefinedPersonaChat](https://huggingface.co/datasets/morzecrew/RefinedPersonaChat).
19
+ Inspired by [SiberiaSoft/SiberianPersonaFred](hhttps://huggingface.co/SiberiaSoft/SiberianPersonaFred) [blogpost](https://habr.com/ru/articles/751580/) but dataset was improved to prevent toxic speech.
20
 
21
  ### Prompt tips:
22
  You can provide personal information form bot identity, name, age and etc..
 
57
  print('B:> {}'.format(t5_output))
58
  dialog.append('Ты: ' + t5_output)
59
 
60
+ ```
61
+
62
+ ---
63
+ ### Citation
64
+
65
+ ```
66
+ @MISC{morzecrew/FRED-T5-RefinedPersonaChat,
67
+ author = {Yuri Zaretskiy, Nikolas Ivanov, Igor Kuzmin},
68
+ title = {Dialogue model for conversational agents},
69
+ url = {https://huggingface.co/morzecrew/FRED-T5-RefinedPersonaChat},
70
+ year = 2023
71
+ }
72
  ```