Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Please find the information about preprocessing, training and full details of th
26
 
27
  ArXiv paper: [https://arxiv.org/abs/1911.00536](https://arxiv.org/abs/1911.00536)
28
 
29
- ### How to use
30
 
31
  Now we are ready to try out how the model works as a chatting partner!
32
 
@@ -52,3 +52,4 @@ for step in range(5):
52
  # pretty print last ouput tokens from bot
53
  print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
54
  ```
 
 
26
 
27
  ArXiv paper: [https://arxiv.org/abs/1911.00536](https://arxiv.org/abs/1911.00536)
28
 
29
+ ### How to use h
30
 
31
  Now we are ready to try out how the model works as a chatting partner!
32
 
 
52
  # pretty print last ouput tokens from bot
53
  print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
54
  ```
55
+