Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ai-msgbot GPT2-XL
|
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: 128
|
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
|
37 |
|
38 |
_NOTE: model card is WIP_
|