james.ryu
commited on
Commit
•
ee2b827
1
Parent(s):
7901f13
fix: model_max_length to 514
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 3072,
|
12 |
"layer_norm_eps": 1e-05,
|
13 |
-
"max_position_embeddings":
|
14 |
"model_type": "roberta",
|
15 |
"num_attention_heads": 12,
|
16 |
"num_hidden_layers": 6,
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 3072,
|
12 |
"layer_norm_eps": 1e-05,
|
13 |
+
"max_position_embeddings": 514,
|
14 |
"model_type": "roberta",
|
15 |
"num_attention_heads": 12,
|
16 |
"num_hidden_layers": 6,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12e0ceb494e9940dcbb541f9050dc90e8ea2e2689605860c01676ea6b0044f66
|
3 |
+
size 272545970
|
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":
|
15 |
}
|
|
|
11 |
"eos_token": "[SEP]",
|
12 |
"tokenize_chinese_chars": true,
|
13 |
"strip_accents": null,
|
14 |
+
"model_max_length": 514
|
15 |
}
|