a1noack commited on
Commit
8e09528
1 Parent(s): 03a3e8d

update only the generation params

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -34,7 +34,7 @@
34
  },
35
  "length_penalty": 0.6,
36
  "max_length": 32,
37
- "max_position_embeddings": 128,
38
  "min_length": 0,
39
  "model_type": "bart",
40
  "no_repeat_ngram_size": 3,
 
34
  },
35
  "length_penalty": 0.6,
36
  "max_length": 32,
37
+ "max_position_embeddings": 1024,
38
  "min_length": 0,
39
  "model_type": "bart",
40
  "no_repeat_ngram_size": 3,