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