orendar commited on
Commit
fcd59fa
1 Parent(s): 89d0419

fixed max length

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "output/roberta_ed/checkpoint-566964",
3
  "architectures": [
4
  "EncoderDecoderModel"
5
  ],
@@ -46,7 +46,7 @@
46
  },
47
  "layer_norm_eps": 1e-05,
48
  "length_penalty": 1.0,
49
- "max_length": 20,
50
  "max_position_embeddings": 514,
51
  "min_length": 0,
52
  "model_type": "roberta",
 
1
  {
2
+ "_name_or_path": "roberta_ed",
3
  "architectures": [
4
  "EncoderDecoderModel"
5
  ],
 
46
  },
47
  "layer_norm_eps": 1e-05,
48
  "length_penalty": 1.0,
49
+ "max_length": 256,
50
  "max_position_embeddings": 514,
51
  "min_length": 0,
52
  "model_type": "roberta",