Upload 3 files
Browse files- config.json +21 -21
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -11,30 +11,30 @@
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
-
"0": "
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
-
"5": "
|
20 |
-
"6": "
|
21 |
-
"7": "
|
22 |
-
"8": "
|
23 |
-
"9": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"Head":
|
30 |
-
"Latlong":
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"O":
|
37 |
-
"Relation":
|
38 |
},
|
39 |
"layer_norm_eps": 1e-05,
|
40 |
"max_position_embeddings": 514,
|
@@ -45,7 +45,7 @@
|
|
45 |
"pad_token_id": 1,
|
46 |
"position_embedding_type": "absolute",
|
47 |
"torch_dtype": "float32",
|
48 |
-
"transformers_version": "4.
|
49 |
"type_vocab_size": 1,
|
50 |
"use_cache": true,
|
51 |
"vocab_size": 32005
|
|
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
+
"0": "NP-Spatial",
|
15 |
+
"1": "O",
|
16 |
+
"2": "NP-Misc",
|
17 |
+
"3": "Head",
|
18 |
+
"4": "Latlong",
|
19 |
+
"5": "NC-Spatial",
|
20 |
+
"6": "NC-Person",
|
21 |
+
"7": "Relation",
|
22 |
+
"8": "NP-Person",
|
23 |
+
"9": "Domain-mark"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
+
"Domain-mark": 9,
|
29 |
+
"Head": 3,
|
30 |
+
"Latlong": 4,
|
31 |
+
"NC-Person": 6,
|
32 |
+
"NC-Spatial": 5,
|
33 |
+
"NP-Misc": 2,
|
34 |
+
"NP-Person": 8,
|
35 |
+
"NP-Spatial": 0,
|
36 |
+
"O": 1,
|
37 |
+
"Relation": 7
|
38 |
},
|
39 |
"layer_norm_eps": 1e-05,
|
40 |
"max_position_embeddings": 514,
|
|
|
45 |
"pad_token_id": 1,
|
46 |
"position_embedding_type": "absolute",
|
47 |
"torch_dtype": "float32",
|
48 |
+
"transformers_version": "4.44.2",
|
49 |
"type_vocab_size": 1,
|
50 |
"use_cache": true,
|
51 |
"vocab_size": 32005
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 440180120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2520294484cf534ff4fe2f598ca34efc05808ef9df8c82ff2e4b70dbd2ba405
|
3 |
size 440180120
|
training_args.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:542e157549702c93123be52927ad1c769d0bbb5ef81787370b0377dfbe7776b6
|
3 |
+
size 5240
|