Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -1,31 +1,34 @@
1
  ---
2
  language:
3
  - en
 
4
  tags:
5
  - text-generation
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:
@@ -38,6 +41,7 @@ inference:
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
 
1
  ---
2
  language:
3
  - en
4
+ license: mit
5
  tags:
6
  - text-generation
7
  - gpt2
8
  - gpt
 
9
  widget:
10
+ - text: 'Do you like my new haircut?
11
+
12
  person beta:
13
 
14
+
15
+ '
16
  example_title: haircut
17
+ - text: 'I love to learn new things.. are you willing to teach me something?
 
 
18
 
 
 
 
19
  person beta:
20
 
21
+
22
+ '
23
+ example_title: teaching
24
+ - text: "What's your favorite animal? Mine is the dog? \nperson beta:\n\n"
25
  example_title: favorite
26
+ - text: 'how much does it cost?
27
+
28
  person beta:
29
 
30
+
31
+ '
32
  example_title: money
33
  inference:
34
  parameters:
 
41
  top_k: 10
42
  repetition_penalty: 2.1
43
  pipeline_tag: text-generation
44
+ base_model: gpt2-medium
45
  ---
46
 
47
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You