Training in progress, epoch 1
Browse files- config.json +6 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -12,13 +12,17 @@
|
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
"1": "B-corporation",
|
15 |
-
"2": "
|
|
|
|
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
"B-corporation": 1,
|
21 |
-
"B-person":
|
|
|
|
|
22 |
"O": 0
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
|
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
"1": "B-corporation",
|
15 |
+
"2": "I-corporation",
|
16 |
+
"3": "B-person",
|
17 |
+
"4": "I-person"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
"B-corporation": 1,
|
23 |
+
"B-person": 3,
|
24 |
+
"I-corporation": 2,
|
25 |
+
"I-person": 4,
|
26 |
"O": 0
|
27 |
},
|
28 |
"layer_norm_eps": 1e-12,
|
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:ef37af778580eb40fe4a1faefca4fa3dfcc1e705d8686da846dd9dd672b3a206
|
3 |
+
size 430966253
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81e10d6352529e80876232117757d5151daa3c0cfa5323d4dfc4900a0008faae
|
3 |
size 3963
|