santiviquez
commited on
Commit
•
8286bf8
1
Parent(s):
9224f37
Training in progress, epoch 1
Browse files- config.json +2 -6
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -11,17 +11,13 @@
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
14 |
-
"2": "LABEL_2"
|
15 |
-
"3": "LABEL_3",
|
16 |
-
"4": "LABEL_4"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
"LABEL_0": 0,
|
21 |
"LABEL_1": 1,
|
22 |
-
"LABEL_2": 2
|
23 |
-
"LABEL_3": 3,
|
24 |
-
"LABEL_4": 4
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0",
|
13 |
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2"
|
|
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
"LABEL_0": 0,
|
19 |
"LABEL_1": 1,
|
20 |
+
"LABEL_2": 2
|
|
|
|
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "distilbert",
|
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:61c37b50842e2792b574b0b560aa0dcbb800d96fc556d1de09b6d063021b7c8e
|
3 |
+
size 267858605
|
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:6382912b6c030f1b6e9be2670e515009d5a5debb3329b5a2ffeed5f5a2993563
|
3 |
size 4091
|