KobanBanan
commited on
Commit
·
38f69e2
1
Parent(s):
b1ad351
Training in progress, epoch 1
Browse files- config.json +5 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -14,13 +14,17 @@
|
|
14 |
"1": "B-PRODUCT",
|
15 |
"2": "I-PRODUCT",
|
16 |
"3": "B-RECIPE",
|
17 |
-
"4": "I-RECIPE"
|
|
|
|
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
|
|
22 |
"B-PRODUCT": 1,
|
23 |
"B-RECIPE": 3,
|
|
|
24 |
"I-PRODUCT": 2,
|
25 |
"I-RECIPE": 4,
|
26 |
"O": 0
|
|
|
14 |
"1": "B-PRODUCT",
|
15 |
"2": "I-PRODUCT",
|
16 |
"3": "B-RECIPE",
|
17 |
+
"4": "I-RECIPE",
|
18 |
+
"5": "B-OPEN",
|
19 |
+
"6": "I-OPEN"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 3072,
|
23 |
"label2id": {
|
24 |
+
"B-OPEN": 5,
|
25 |
"B-PRODUCT": 1,
|
26 |
"B-RECIPE": 3,
|
27 |
+
"I-OPEN": 6,
|
28 |
"I-PRODUCT": 2,
|
29 |
"I-RECIPE": 4,
|
30 |
"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:b99dbede3a3bcbce27bbae2bdaed9279b4584f35f854c26393d0d45fc5502e81
|
3 |
+
size 709137833
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c61cc294991473d97f61a21ff7ff98285a9a6e21cc6a5e4f942c87ae2cdd3ce
|
3 |
size 4091
|