Training in progress, epoch 1
Browse files- config.json +4 -2
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -10,14 +10,16 @@
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "front drive",
|
| 13 |
-
"1": "
|
|
|
|
| 14 |
},
|
| 15 |
"image_size": 224,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
"front drive": "0",
|
| 20 |
-
"
|
|
|
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"model_type": "vit",
|
|
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "front drive",
|
| 13 |
+
"1": "hook",
|
| 14 |
+
"2": "sweep"
|
| 15 |
},
|
| 16 |
"image_size": 224,
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
"front drive": "0",
|
| 21 |
+
"hook": "1",
|
| 22 |
+
"sweep": "2"
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"model_type": "vit",
|
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:be6459bd7ad2b3637f36890e2245bc0ec4af93d1d683b533964ce59ed57b4ca4
|
| 3 |
+
size 343271789
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d14696ce00f07bd79ef3d55e0556512f6a36d8e77796d225bc79ec4f640ff18
|
| 3 |
size 4027
|