pszemraj commited on
Commit
427aff2
1 Parent(s): 5fea7c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -5
README.md CHANGED
@@ -2,13 +2,38 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- model-index:
6
- - name: opt-peter-1pt3B-1E-ps_DS-msgs_Ep-2_Bs-4
7
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
 
13
  # opt-peter-1pt3B-1E-ps_DS-msgs_Ep-2_Bs-4
14
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ - text-generation
6
+ - opt
7
+ - non-commercial
8
+
9
+ widget:
10
+ - text: "If you could live anywhere, where would it be? peter szemraj:"
11
+ example_title: "live anywhere"
12
+ - text: "What would you sing at Karaoke night? peter szemraj:"
13
+ example_title: "Karaoke"
14
+ - text: "If you could hire someone to help you, would it be with cleaning, cooking, or yard work? peter szemraj:"
15
+ example_title: "help"
16
+ - text: "What form of public transportation do you prefer? (air, boat, train, bus, car, etc.) peter szemraj:"
17
+ example_title: "transportation"
18
+ - text: "What's your favorite zoo animal? peter szemraj:"
19
+ example_title: "animal"
20
+ - text: "Do you like or dislike surprises? Why or why not? peter szemraj:"
21
+ example_title: "surprises"
22
+ - text: "What celebrity would you like to meet at Starbucks for a cup of coffee? peter szemraj:"
23
+ example_title: "celebrity "
24
+
25
+ inference:
26
+ parameters:
27
+ min_length: 2
28
+ max_length: 64
29
+ length_penalty: 0.7
30
+ temperature: 0.65
31
+ no_repeat_ngram_size: 2
32
+ top_k: 20
33
+ do_sample: True
34
+ repetition_penalty: 4.5
35
  ---
36
 
 
 
37
 
38
  # opt-peter-1pt3B-1E-ps_DS-msgs_Ep-2_Bs-4
39