orendar commited on
Commit
59572de
1 Parent(s): fcd59fa

fixed max length (for real)

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -129,7 +129,7 @@
129
  },
130
  "layer_norm_eps": 1e-05,
131
  "length_penalty": 1.0,
132
- "max_length": 20,
133
  "max_position_embeddings": 514,
134
  "min_length": 0,
135
  "model_type": "roberta",
 
129
  },
130
  "layer_norm_eps": 1e-05,
131
  "length_penalty": 1.0,
132
+ "max_length": 256,
133
  "max_position_embeddings": 514,
134
  "min_length": 0,
135
  "model_type": "roberta",