dayvidwang
commited on
Commit
•
e41dbf9
1
Parent(s):
6ec09f6
Training in progress, epoch 1
Browse files- config.json +1 -3
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -17,8 +17,7 @@
|
|
17 |
"5": "B-MISC",
|
18 |
"6": "I-ORG",
|
19 |
"7": "I-LOC",
|
20 |
-
"8": "I-MISC"
|
21 |
-
"9": "MISC"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"label2id": {
|
@@ -30,7 +29,6 @@
|
|
30 |
"I-MISC": 8,
|
31 |
"I-ORG": 6,
|
32 |
"I-PER": 4,
|
33 |
-
"MISC": 9,
|
34 |
"O": 1
|
35 |
},
|
36 |
"max_position_embeddings": 512,
|
|
|
17 |
"5": "B-MISC",
|
18 |
"6": "I-ORG",
|
19 |
"7": "I-LOC",
|
20 |
+
"8": "I-MISC"
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"label2id": {
|
|
|
29 |
"I-MISC": 8,
|
30 |
"I-ORG": 6,
|
31 |
"I-PER": 4,
|
|
|
32 |
"O": 1
|
33 |
},
|
34 |
"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:d33fd94edd741f08b5293aa970fe98c73b8de1fe2a8863bd026da823db6d881c
|
3 |
+
size 260826149
|
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:54206c3460445d3f31fee4de7b16625f187878bef1e605bc54795da3009545f7
|
3 |
size 3963
|