pszemraj commited on
Commit
7977a25
1 Parent(s): 3f5e276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -15
README.md CHANGED
@@ -6,30 +6,38 @@ tags:
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
@@ -92,4 +100,4 @@ The following hyperparameters were used during training:
92
 
93
  - Transformers 4.16.1
94
  - Pytorch 1.10.0+cu111
95
- - Tokenizers 0.11.0
 
6
  - gpt2
7
  - gpt
8
  license: mit
 
 
 
9
  widget:
10
+ - text: |+
11
+ Do you like my new haircut?
12
+ person beta:
13
+
14
+ example_title: haircut
15
+ - text: |+
16
+ I love to learn new things.. are you willing to teach me something?
17
+ person beta:
18
+
19
+ example_title: teaching
20
+ - text: |+
21
+ What's your favorite animal? Mine is the dog?
22
+ person beta:
23
+
24
+ example_title: favorite
25
+ - text: |+
26
+ how much does it cost?
27
+ person beta:
28
+
29
+ example_title: money
30
  inference:
31
  parameters:
32
  min_length: 2
33
  max_length: 64
34
  length_penalty: 0.6
35
  no_repeat_ngram_size: 3
36
+ do_sample: true
37
  top_p: 0.85
38
  top_k: 10
39
  repetition_penalty: 2.1
40
+ pipeline_tag: text-generation
41
  ---
42
 
43
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
100
 
101
  - Transformers 4.16.1
102
  - Pytorch 1.10.0+cu111
103
+ - Tokenizers 0.11.0