Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,13 @@ model-index:
|
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
value: 0.6594206731193033
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
value: 0.6594206731193033
|
22 |
+
parameters:
|
23 |
+
min_length: 16
|
24 |
+
max_length: 96
|
25 |
+
no_repeat_ngram_size: 1
|
26 |
+
do_sample: True
|
27 |
+
pipeline_tag:
|
28 |
+
text-generation
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|