Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,14 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: t5-end2end-questions-generation-dutch
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
model-index:
|
6 |
- name: t5-end2end-questions-generation-dutch
|
7 |
results: []
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
inference:
|
10 |
+
parameters:
|
11 |
+
max_length: 256
|
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
|