Michelvh commited on
Commit
d61471b
1 Parent(s): 3f008f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -5,6 +5,14 @@ tags:
5
  model-index:
6
  - name: flan-t5-end2end-question-generation
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: flan-t5-end2end-question-generation
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