system HF staff commited on
Commit
31e85aa
1 Parent(s): 18df90c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GPT-2 (medium) Taboo
2
+
3
+ ## What is it?
4
+ A fine-tuned GPT-2 version for Taboo cards generation.
5
+
6
+ ## Training setting
7
+
8
+ The model was trained on ~900 Taboo cards in the following format for 100 epochs:
9
+ ```
10
+ Describe the word Glitch without using the words Problem, Unexpected, Technology, Minor, Outage.
11
+ ````
12
+