jeanpoll
commited on
Commit
•
983b422
1
Parent(s):
3855368
Update of the model with similar parameters
Browse files- config.json +8 -8
- pytorch_model.bin +1 -1
- results.csv +5 -5
config.json
CHANGED
@@ -12,19 +12,19 @@
|
|
12 |
"hidden_size": 1024,
|
13 |
"id2label": {
|
14 |
"0": "O",
|
15 |
-
"1": "
|
16 |
-
"2": "
|
17 |
-
"3": "
|
18 |
-
"4": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|
22 |
"label2id": {
|
23 |
-
"LOC":
|
24 |
-
"MISC":
|
25 |
"O": 0,
|
26 |
-
"ORG":
|
27 |
-
"PER":
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_position_embeddings": 514,
|
|
|
12 |
"hidden_size": 1024,
|
13 |
"id2label": {
|
14 |
"0": "O",
|
15 |
+
"1": "PER",
|
16 |
+
"2": "ORG",
|
17 |
+
"3": "LOC",
|
18 |
+
"4": "MISC"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|
22 |
"label2id": {
|
23 |
+
"LOC": 3,
|
24 |
+
"MISC": 4,
|
25 |
"O": 0,
|
26 |
+
"ORG": 2,
|
27 |
+
"PER": 1
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_position_embeddings": 514,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1417433007
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:689bbe69ce7fb4aedd7dbe43be806cb67e4e2d512ffa5de81d1ab0c89e87d654
|
3 |
size 1417433007
|
results.csv
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
,precision,recall,f1,entity
|
2 |
-
0,0.
|
3 |
-
1,0.
|
4 |
-
2,0.
|
5 |
-
3,0.
|
6 |
-
4,0.
|
|
|
1 |
,precision,recall,f1,entity
|
2 |
+
0,0.9904511030622325,0.9925754825936314,0.9915121549237741,PER
|
3 |
+
1,0.9628323385784048,0.969672131147541,0.966240130683365,ORG
|
4 |
+
2,0.974924221548636,0.9725123694337549,0.9737168019815605,LOC
|
5 |
+
3,0.9308278867102396,0.9203015616585891,0.925534795559166,MISC
|
6 |
+
4,0.9728188879121981,0.9734490010515248,0.9731265700746845,Overall
|