pszemraj commited on
Commit
c450adf
1 Parent(s): 8b5e267

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -11,7 +11,42 @@ tags:
11
  - Megatron
12
  datasets:
13
  - mc4
14
- - wikipedia
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
 
 
11
  - Megatron
12
  datasets:
13
  - mc4
14
+ - Wikipedia
15
+
16
+ widget:
17
+ - text: "I know you're tired, but can we go for another walk this evening?\npeter szemraj:\n\n"
18
+ example_title: "walk"
19
+ - text: "What do you call an alligator who's just had surgery to remove his left arm?\npeter szemraj:\n\n"
20
+ example_title: "alligator"
21
+ - text: "If you could live anywhere, where would it be?\npeter szemraj:\n\n"
22
+ example_title: "dream living place"
23
+ - text: "What really makes you angry?\npeter szemraj:\n\n"
24
+ example_title: "pet peeve"
25
+ - text: "My friend says that she knows every language, but she doesn't speak any of them.. what's wrong with her?\npeter szemraj:\n\n"
26
+ example_title: "language"
27
+ - text: "What would you change about yourself if you could?\npeter szemraj:\n\n"
28
+ example_title: "change"
29
+ - text: "My first is in Asia, my second is in Europe, my third is in North America, and my fourth is in South America. What am I?\npeter szemraj:\n\n"
30
+ example_title: "continent"
31
+ - text: "Can you take me for dinner somewhere nice this time?\npeter szemraj:\n\n"
32
+ example_title: "dinner"
33
+ - text: "Honey, I have clogged the toilet for the third time this month.. sorry..\npeter szemraj:\n\n"
34
+ example_title: "overflow"
35
+ - text: "A man pushes his car to a hotel and tells the owner he's bankrupt. Why?\npeter szemraj:\n\n"
36
+ example_title: "brain teaser"
37
+
38
+ inference:
39
+ parameters:
40
+ min_length: 2
41
+ max_length: 64
42
+ length_penalty: 0.4
43
+ no_repeat_ngram_size: 3
44
+ do_sample: True
45
+ top_p: 0.95
46
+ top_k: 30
47
+ temperature: 0.65
48
+ repetition_penalty: 3.5
49
+
50
  ---
51
 
52