Training in progress, epoch 1
Browse files- config.json +20 -4
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -12,15 +12,31 @@
|
|
12 |
"0": "O",
|
13 |
"1": "B-corporation",
|
14 |
"2": "I-corporation",
|
15 |
-
"3": "B-
|
16 |
-
"4": "I-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
"B-corporation": 1,
|
21 |
-
"B-
|
|
|
|
|
|
|
|
|
22 |
"I-corporation": 2,
|
23 |
-
"I-
|
|
|
|
|
|
|
|
|
24 |
"O": 0
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
|
|
12 |
"0": "O",
|
13 |
"1": "B-corporation",
|
14 |
"2": "I-corporation",
|
15 |
+
"3": "B-creative-work",
|
16 |
+
"4": "I-creative-work",
|
17 |
+
"5": "B-group",
|
18 |
+
"6": "I-group",
|
19 |
+
"7": "B-location",
|
20 |
+
"8": "I-location",
|
21 |
+
"9": "B-person",
|
22 |
+
"10": "I-person",
|
23 |
+
"11": "B-product",
|
24 |
+
"12": "I-product"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"label2id": {
|
28 |
"B-corporation": 1,
|
29 |
+
"B-creative-work": 3,
|
30 |
+
"B-group": 5,
|
31 |
+
"B-location": 7,
|
32 |
+
"B-person": 9,
|
33 |
+
"B-product": 11,
|
34 |
"I-corporation": 2,
|
35 |
+
"I-creative-work": 4,
|
36 |
+
"I-group": 6,
|
37 |
+
"I-location": 8,
|
38 |
+
"I-person": 10,
|
39 |
+
"I-product": 12,
|
40 |
"O": 0
|
41 |
},
|
42 |
"max_position_embeddings": 512,
|
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:9509243d1911a2160fd1d5cd7796a8c6fde1179ea17c1d438473090c63aea29b
|
3 |
+
size 265526309
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0673e429d1d67e5037a963c41c2296140225b54140c180f9e23eff33ac65aa67
|
3 |
size 4027
|