Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +81 -25
README.md CHANGED
@@ -7,43 +7,99 @@ tags:
7
  - distilgpt2
8
  - gpt2
9
  - ai-msgbot
10
-
11
  widget:
12
- - text: "I know you're tired, but can we go for another walk this evening?\nperson beta:\n\n"
13
- example_title: "walk"
14
- - text: "Have you done anything exciting lately?\nperson beta:\n\n"
15
- example_title: "activities"
16
- - text: "hey - do you have a favorite grocery store around here?\nperson beta:\n\n"
17
- example_title: "grocery"
18
- - text: "Can you take me for dinner somewhere nice this time?\nperson beta:\n\n"
19
- example_title: "dinner"
20
- - text: "What's your favorite form of social media?\nperson beta:\n\n"
21
- example_title: "social media"
22
- - text: "Hi, how are you?\nperson beta:\n\n"
23
- example_title: "greeting"
24
- - text: "I am the best; my sister is the worst. What am I?\nperson beta:\n\n"
25
- example_title: "sister"
26
- - text: "What do you call an alligator who's just had surgery to remove his left arm?\nperson beta:\n\n"
27
- example_title: "alligator"
28
- - text: "A man walks into a bar and asks for a drink. The bartender asks for $10, and he pays him $1. What did he pay him with?\nperson beta:\n\n"
29
- example_title: "dollar"
30
- - text: "What did I say was in the mailbox when it was actually in the cabinet?\nperson beta:\n\n"
31
- example_title: "mailbox"
32
- - text: "My friend says that she knows every language, but she doesn't speak any of them.. what's wrong with her?\nperson beta:\n\n"
33
- example_title: "language"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
 
 
35
  inference:
36
  parameters:
37
  min_length: 2
38
  max_length: 64
39
  length_penalty: 0.7
40
  no_repeat_ngram_size: 2
41
- do_sample: True
42
  top_p: 0.95
43
  top_k: 20
44
  temperature: 0.3
45
  repetition_penalty: 3.5
46
-
47
  ---
48
 
49
 
 
7
  - distilgpt2
8
  - gpt2
9
  - ai-msgbot
 
10
  widget:
11
+ - text: 'I know you''re tired, but can we go for another walk this evening?
12
+
13
+ person beta:
14
+
15
+
16
+ '
17
+ example_title: walk
18
+ - text: 'Have you done anything exciting lately?
19
+
20
+ person beta:
21
+
22
+
23
+ '
24
+ example_title: activities
25
+ - text: 'hey - do you have a favorite grocery store around here?
26
+
27
+ person beta:
28
+
29
+
30
+ '
31
+ example_title: grocery
32
+ - text: 'Can you take me for dinner somewhere nice this time?
33
+
34
+ person beta:
35
+
36
+
37
+ '
38
+ example_title: dinner
39
+ - text: 'What''s your favorite form of social media?
40
+
41
+ person beta:
42
+
43
+
44
+ '
45
+ example_title: social media
46
+ - text: 'Hi, how are you?
47
+
48
+ person beta:
49
+
50
+
51
+ '
52
+ example_title: greeting
53
+ - text: 'I am the best; my sister is the worst. What am I?
54
+
55
+ person beta:
56
+
57
+
58
+ '
59
+ example_title: sister
60
+ - text: 'What do you call an alligator who''s just had surgery to remove his left
61
+ arm?
62
+
63
+ person beta:
64
+
65
+
66
+ '
67
+ example_title: alligator
68
+ - text: 'A man walks into a bar and asks for a drink. The bartender asks for $10,
69
+ and he pays him $1. What did he pay him with?
70
+
71
+ person beta:
72
+
73
+
74
+ '
75
+ example_title: dollar
76
+ - text: 'What did I say was in the mailbox when it was actually in the cabinet?
77
+
78
+ person beta:
79
+
80
+
81
+ '
82
+ example_title: mailbox
83
+ - text: 'My friend says that she knows every language, but she doesn''t speak any
84
+ of them.. what''s wrong with her?
85
+
86
+ person beta:
87
+
88
 
89
+ '
90
+ example_title: language
91
  inference:
92
  parameters:
93
  min_length: 2
94
  max_length: 64
95
  length_penalty: 0.7
96
  no_repeat_ngram_size: 2
97
+ do_sample: true
98
  top_p: 0.95
99
  top_k: 20
100
  temperature: 0.3
101
  repetition_penalty: 3.5
102
+ base_model: distilgpt2
103
  ---
104
 
105