Training in progress, step 500
Browse files- config.json +5 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -17,15 +17,19 @@
|
|
17 |
"3": "B-ORG",
|
18 |
"4": "I-ORG",
|
19 |
"5": "B-LOC",
|
20 |
-
"6": "I-LOC"
|
|
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"B-LOC": 5,
|
|
|
26 |
"B-ORG": 3,
|
27 |
"B-PER": 1,
|
28 |
"I-LOC": 6,
|
|
|
29 |
"I-ORG": 4,
|
30 |
"I-PER": 2,
|
31 |
"O": 0
|
|
|
17 |
"3": "B-ORG",
|
18 |
"4": "I-ORG",
|
19 |
"5": "B-LOC",
|
20 |
+
"6": "I-LOC",
|
21 |
+
"7": "B-MISC",
|
22 |
+
"8": "I-MISC"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
"B-LOC": 5,
|
28 |
+
"B-MISC": 7,
|
29 |
"B-ORG": 3,
|
30 |
"B-PER": 1,
|
31 |
"I-LOC": 6,
|
32 |
+
"I-MISC": 8,
|
33 |
"I-ORG": 4,
|
34 |
"I-PER": 2,
|
35 |
"O": 0
|
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:a14637e0ded1e65ba344cf32d5b330787105485fc287edd19db20a00d9b4d41a
|
3 |
+
size 435662438
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afb5bf6a4cbfcdf80410a89f33f95ff0719c19a71e44de96e846b6422275bb9e
|
3 |
size 4536
|