StKirill commited on
Commit
93b8d73
1 Parent(s): 1a4b7b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -125,4 +125,9 @@ For training the model to transfer style of Rachel to chatbot I used several mod
125
  - images <- images for README.md
126
  - app.py <- main file
127
  - requirements.txt <- needed libraries
 
 
 
 
 
128
 
 
125
  - images <- images for README.md
126
  - app.py <- main file
127
  - requirements.txt <- needed libraries
128
+
129
+ # Conclusion and future plans
130
+ So, I have used Natural Language Processing methods to study the speech style of Rachel from the famous TV series "Friends", performed multi-lingual analyses for English, and trained GPT-based language models to speak in the style of Rachel.
131
+
132
+ In the future, I want to experiment with even larger models. For example, with LLama, as well as methods of controlled text generation for them.
133