DevBM commited on
Commit
fc8451f
·
verified ·
1 Parent(s): fa5aef3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -26,12 +26,6 @@
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "task_specific_params": {
29
- "question_generation": {
30
- "early_stopping": true,
31
- "max_length": 300,
32
- "num_beams": 4,
33
- "prefix": "<context> "
34
- },
35
  "summarization": {
36
  "early_stopping": true,
37
  "length_penalty": 2.0,
@@ -41,6 +35,12 @@
41
  "num_beams": 4,
42
  "prefix": "summarize: "
43
  },
 
 
 
 
 
 
44
  "translation_en_to_de": {
45
  "early_stopping": true,
46
  "max_length": 300,
 
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "task_specific_params": {
 
 
 
 
 
 
29
  "summarization": {
30
  "early_stopping": true,
31
  "length_penalty": 2.0,
 
35
  "num_beams": 4,
36
  "prefix": "summarize: "
37
  },
38
+ "question_generation": {
39
+ "early_stopping": true,
40
+ "max_length": 300,
41
+ "num_beams": 4,
42
+ "prefix": "<context> "
43
+ },
44
  "translation_en_to_de": {
45
  "early_stopping": true,
46
  "max_length": 300,