pszemraj commited on
Commit
91b073b
1 Parent(s): 2c8f7a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ai-msgbot GPT2-XL-dialogue
2
 
3
  _NOTE: model card is WIP_
 
1
+ ---
2
+
3
+ language:
4
+ - en
5
+ tags:
6
+ - text-generation
7
+ - gpt2
8
+ - gpt
9
+ license: mit
10
+ datasets:
11
+ - natural questions
12
+
13
+ widget:
14
+ - text: "Do you like my new haircut?\nperson beta:\n\n"
15
+ example_title: "haircut"
16
+ - text: "I love to learn new things.. are you willing to teach me something?\nperson beta:\n\n"
17
+ example_title: "teaching"
18
+ - text: "What's your favorite animal? Mine is the dog? \nperson beta:\n\n"
19
+ example_title: "favorite"
20
+ - text: "how much does it cost?\nperson beta:\n\n"
21
+ example_title: "money"
22
+
23
+ inference:
24
+ parameters:
25
+ min_length: 2
26
+ max_length: 64
27
+ length_penalty: 0.6
28
+ no_repeat_ngram_size: 3
29
+ do_sample: True
30
+ top_p: 0.85
31
+ top_k: 10
32
+ repetition_penalty: 2.1
33
+
34
+
35
+ ---
36
  # ai-msgbot GPT2-XL-dialogue
37
 
38
  _NOTE: model card is WIP_