Training in progress, step 500
Browse files- config.json +2 -14
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -13,26 +13,14 @@
|
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
15 |
"1": "LABEL_1",
|
16 |
-
"2": "LABEL_2"
|
17 |
-
"3": "LABEL_3",
|
18 |
-
"4": "LABEL_4",
|
19 |
-
"5": "LABEL_5",
|
20 |
-
"6": "LABEL_6",
|
21 |
-
"7": "LABEL_7",
|
22 |
-
"8": "LABEL_8"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
"LABEL_0": 0,
|
28 |
"LABEL_1": 1,
|
29 |
-
"LABEL_2": 2
|
30 |
-
"LABEL_3": 3,
|
31 |
-
"LABEL_4": 4,
|
32 |
-
"LABEL_5": 5,
|
33 |
-
"LABEL_6": 6,
|
34 |
-
"LABEL_7": 7,
|
35 |
-
"LABEL_8": 8
|
36 |
},
|
37 |
"layer_norm_eps": 1e-05,
|
38 |
"max_position_embeddings": 514,
|
|
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
15 |
"1": "LABEL_1",
|
16 |
+
"2": "LABEL_2"
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
},
|
25 |
"layer_norm_eps": 1e-05,
|
26 |
"max_position_embeddings": 514,
|
model.safetensors
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:18fcf0c4981ffafb073d69743b31f1be7ed6fbd2c1c621d6cca838433fe92a2a
|
3 |
+
size 1109845500
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53ce96b544dad0d267b80f970cd0f8e388a2dad60583c9591bdbf9afb2495c83
|
3 |
size 5176
|