Saumya-Mundra
commited on
Training in progress, epoch 1
Browse files- config.json +3 -1
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -28,11 +28,13 @@
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "text"
|
|
|
32 |
},
|
33 |
"image_size": 224,
|
34 |
"initializer_range": 0.02,
|
35 |
"label2id": {
|
|
|
36 |
"text": "0"
|
37 |
},
|
38 |
"layer_norm_eps": 1e-06,
|
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
+
"0": "text",
|
32 |
+
"1": "no_text"
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"no_text": "1",
|
38 |
"text": "0"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
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:b400375fd6aba25be8f77a7d3cf718ea9ea7249e3c6d40db8ec2b7b746137031
|
3 |
+
size 14884776
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe10badacb113580222aa3759c25ab196751494a55328bc6927292f0ff47383
|
3 |
size 5432
|