Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- chargoddard/rpguild
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# RPGPT
|
| 10 |
+
|
| 11 |
+
GPT2 model trained on Role Playing datset.
|
| 12 |
+
|
| 13 |
+
For use donwload the repo https://github.com/jinymusim/DialogSystem and use the `play_woth_model.py` script to play with the model.
|