sentencepiece update
Browse files- config.json +15 -15
- pytorch_model.bin +1 -1
- sentencepiece.bpe.model +3 -0
- tokenizer.json +0 -0
config.json
CHANGED
|
@@ -11,24 +11,24 @@
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
-
|
| 15 |
-
"1": "B-
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "B-
|
| 18 |
-
"4": "I-
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "I-
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 3072,
|
| 24 |
"label2id": {
|
| 25 |
-
"
|
| 26 |
-
"B-
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"I-
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
},
|
| 33 |
"layer_norm_eps": 1e-05,
|
| 34 |
"max_position_embeddings": 514,
|
|
@@ -39,7 +39,7 @@
|
|
| 39 |
"pad_token_id": 1,
|
| 40 |
"position_embedding_type": "absolute",
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
-
"transformers_version": "4.
|
| 43 |
"type_vocab_size": 1,
|
| 44 |
"use_cache": true,
|
| 45 |
"vocab_size": 250002
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "O",
|
| 15 |
+
"1": "B-person",
|
| 16 |
+
"2": "B-organization",
|
| 17 |
+
"3": "B-location",
|
| 18 |
+
"4": "I-person",
|
| 19 |
+
"5": "I-location",
|
| 20 |
+
"6": "I-organization"
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 3072,
|
| 24 |
"label2id": {
|
| 25 |
+
"B-location": 3,
|
| 26 |
+
"B-organization": 2,
|
| 27 |
+
"B-person": 1,
|
| 28 |
+
"I-location": 5,
|
| 29 |
+
"I-organization": 6,
|
| 30 |
+
"I-person": 4,
|
| 31 |
+
"O": 0
|
| 32 |
},
|
| 33 |
"layer_norm_eps": 1e-05,
|
| 34 |
"max_position_embeddings": 514,
|
|
|
|
| 39 |
"pad_token_id": 1,
|
| 40 |
"position_embedding_type": "absolute",
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
+
"transformers_version": "4.12.3",
|
| 43 |
"type_vocab_size": 1,
|
| 44 |
"use_cache": true,
|
| 45 |
"vocab_size": 250002
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1109918449
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b57aa1bb660b9579c976b49950b79d985ceb310a3eb2a4a314f43b1f4a9d2d3
|
| 3 |
size 1109918449
|
sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|