Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,21 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
inference:
|
9 |
+
parameters:
|
10 |
+
max_new_tokens: 64
|
11 |
+
do_sample: true
|
12 |
+
temperature: 0.8
|
13 |
+
repetition_penalty: 1.15
|
14 |
+
no_repeat_ngram_size: 4
|
15 |
+
eta_cutoff: 0.0006
|
16 |
+
renormalize_logits: true
|
17 |
+
widget:
|
18 |
+
- text: avocado chair
|
19 |
+
example_title: avocado chair
|
20 |
+
- text: A mysterious potato
|
21 |
+
example_title: potato
|
22 |
+
pipeline_tag: text-generation
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|