Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
3 |
tags:
|
4 |
- text generation
|
5 |
- generated_from_trainer
|
@@ -35,12 +36,15 @@ Hope you are doing well. I just wanted to reach out and ask if differential calc
|
|
35 |
- text: "I'm <NAME> and I just moved into the area and wanted to reach out and get some details on where I could get groceries and"
|
36 |
example_title: "grocery"
|
37 |
parameters:
|
38 |
-
min_length:
|
39 |
max_length: 128
|
40 |
-
length_penalty: 0.8
|
41 |
no_repeat_ngram_size: 2
|
42 |
do_sample: True
|
43 |
-
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
|
46 |
|
|
|
1 |
---
|
2 |
+
license:
|
3 |
+
- cc-by-nc-sa-4.0
|
4 |
tags:
|
5 |
- text generation
|
6 |
- generated_from_trainer
|
|
|
36 |
- text: "I'm <NAME> and I just moved into the area and wanted to reach out and get some details on where I could get groceries and"
|
37 |
example_title: "grocery"
|
38 |
parameters:
|
39 |
+
min_length: 32
|
40 |
max_length: 128
|
|
|
41 |
no_repeat_ngram_size: 2
|
42 |
do_sample: True
|
43 |
+
temperature: 0.4
|
44 |
+
top_k: 20
|
45 |
+
top_p: 0.93
|
46 |
+
repetition_penalty: 3.5
|
47 |
+
length_penalty: 0.9
|
48 |
---
|
49 |
|
50 |
|