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