Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,13 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: flan-t5-mc-question-generation
|
8 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
model-index:
|
7 |
- name: flan-t5-mc-question-generation
|
8 |
results: []
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
max_length: 512
|
12 |
+
num_beams: 4
|
13 |
+
length_penalty: 1.5
|
14 |
+
no_repeat_ngram_size: 3
|
15 |
+
early_stopping: True
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|