james.ryu commited on
Commit
2c7612e
1 Parent(s): 8710a57

fix: model_max_length to 514

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "initializer_range": 0.02,
11
  "intermediate_size": 4096,
12
  "layer_norm_eps": 1e-05,
13
- "max_position_embeddings": 512,
14
  "model_type": "roberta",
15
  "num_attention_heads": 16,
16
  "num_hidden_layers": 24,
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 4096,
12
  "layer_norm_eps": 1e-05,
13
+ "max_position_embeddings": 514,
14
  "model_type": "roberta",
15
  "num_attention_heads": 16,
16
  "num_hidden_layers": 24,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55652946336c8b98f21f6bd9c7dfc084acbc3b107ade5d7738a305594f0e54fe
3
- size 1346854671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd6ebf63041d35e4dd5f9676827c10bca5b63b77644e9da8bd24801b621b7876
3
+ size 1346930258
tokenizer_config.json CHANGED
@@ -11,5 +11,5 @@
11
  "eos_token": "[SEP]",
12
  "tokenize_chinese_chars": true,
13
  "strip_accents": null,
14
- "model_max_length": 512
15
  }
 
11
  "eos_token": "[SEP]",
12
  "tokenize_chinese_chars": true,
13
  "strip_accents": null,
14
+ "model_max_length": 514
15
  }