StKirill commited on
Commit
7353ca0
·
verified ·
1 Parent(s): b99ba24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -99,4 +99,12 @@ For training the model to transfer style of Rachel to chatbot I used several mod
99
  1. First one is GPT2. For datasets I used TextDataset by PyTorch and library transformers by huggingface.
100
  The results are shown on the image below
101
  !["gpt2-results"](./images/gpt2-results.png)
 
 
 
 
 
 
 
 
102
 
 
99
  1. First one is GPT2. For datasets I used TextDataset by PyTorch and library transformers by huggingface.
100
  The results are shown on the image below
101
  !["gpt2-results"](./images/gpt2-results.png)
102
+
103
+ 2. Second model is GPT2-medium. Training on monologues is shown below
104
+ !["gpt2-medium-mono-train"](./images/gpt2-medium-mono-train.png)
105
+ Training on dialogues is shown on the next image
106
+ !["gpt2-medium-mono-train"](./images/gpt2-medium-replics-train.png)
107
+ Result of the training is shown below
108
+ !["gpt2-medium-mono-train"](./images/gpt2-medium-results.png)
109
+
110