Training in progress, step 2
Browse files- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -39,13 +39,13 @@
|
|
39 |
"giou_cost": 2,
|
40 |
"giou_loss_coefficient": 2,
|
41 |
"id2label": {
|
42 |
-
"
|
43 |
},
|
44 |
"init_std": 0.02,
|
45 |
"init_xavier_std": 1.0,
|
46 |
"is_encoder_decoder": true,
|
47 |
"label2id": {
|
48 |
-
"producto":
|
49 |
},
|
50 |
"mask_loss_coefficient": 1,
|
51 |
"max_position_embeddings": 1024,
|
|
|
39 |
"giou_cost": 2,
|
40 |
"giou_loss_coefficient": 2,
|
41 |
"id2label": {
|
42 |
+
"0": "producto"
|
43 |
},
|
44 |
"init_std": 0.02,
|
45 |
"init_xavier_std": 1.0,
|
46 |
"is_encoder_decoder": true,
|
47 |
"label2id": {
|
48 |
+
"producto": 0
|
49 |
},
|
50 |
"mask_loss_coefficient": 1,
|
51 |
"max_position_embeddings": 1024,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166494824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4ae62d7ac5e51f0d716b8e97be79626244a026ede2ae82940cefcd3b3a8c27d
|
3 |
size 166494824
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbbdb91767b9347e84860b37dc35027f4d0bf95c50c9fab3423ad80743ef6fd0
|
3 |
size 5112
|