Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,35 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
+
- text-generation
|
6 |
+
- gpt2
|
7 |
+
- gpt
|
8 |
+
license: mit
|
9 |
+
datasets:
|
10 |
+
- natural questions
|
11 |
+
|
12 |
+
widget:
|
13 |
+
- text: "Do you like my new haircut?\nperson beta:\n\n"
|
14 |
+
example_title: "haircut"
|
15 |
+
- text: "I love to learn new things.. are you willing to teach me something?\nperson beta:\n\n"
|
16 |
+
example_title: "teaching"
|
17 |
+
- text: "What's your favorite animal? Mine is the dog? \nperson beta:\n\n"
|
18 |
+
example_title: "favorite"
|
19 |
+
- text: "how much does it cost?\nperson beta:\n\n"
|
20 |
+
example_title: "money"
|
21 |
+
|
22 |
+
inference:
|
23 |
+
parameters:
|
24 |
+
min_length: 2
|
25 |
+
max_length: 64
|
26 |
+
length_penalty: 0.6
|
27 |
+
no_repeat_ngram_size: 3
|
28 |
+
do_sample: True
|
29 |
+
top_p: 0.85
|
30 |
+
top_k: 10
|
31 |
+
repetition_penalty: 2.1
|
32 |
+
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|