Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,15 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: t5-v1_1-base-ft-jflAUG
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: t5-v1_1-base-ft-jflAUG
|
7 |
+
|
8 |
+
inference:
|
9 |
+
parameters:
|
10 |
+
no_repeat_ngram_size: 2
|
11 |
+
max_length: 64
|
12 |
+
num_beams: 4
|
13 |
+
repetition_penalty: 3.51
|
14 |
+
length_penalty: 0.8
|
15 |
+
early_stopping: True
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|