deepparag commited on
Commit
efb3517
1 Parent(s): 344a039

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ license: mit
7
  An generative AI made using [microsoft/DialoGPT-small](https://huggingface.co/microsoft/DialoGPT-small).
8
  Trained on:-
9
  https://www.kaggle.com/Cornell-University/movie-dialog-corpus
10
-
11
  Example:-
12
  ```python
13
  from transformers import AutoTokenizer, AutoModelWithLMHead
 
7
  An generative AI made using [microsoft/DialoGPT-small](https://huggingface.co/microsoft/DialoGPT-small).
8
  Trained on:-
9
  https://www.kaggle.com/Cornell-University/movie-dialog-corpus
10
+ It will next be trained on reddit data and maybe discord.
11
  Example:-
12
  ```python
13
  from transformers import AutoTokenizer, AutoModelWithLMHead