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