Training in progress, epoch 0
Browse files- config.json +3 -13
- model.safetensors +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -16,12 +16,7 @@
|
|
16 |
"1": "ApplyLipstick",
|
17 |
"2": "Archery",
|
18 |
"3": "BabyCrawling",
|
19 |
-
"4": "BalanceBeam"
|
20 |
-
"5": "BandMarching",
|
21 |
-
"6": "BaseballPitch",
|
22 |
-
"7": "Basketball",
|
23 |
-
"8": "BasketballDunk",
|
24 |
-
"9": "BenchPress"
|
25 |
},
|
26 |
"image_size": 224,
|
27 |
"initializer_range": 0.02,
|
@@ -31,12 +26,7 @@
|
|
31 |
"ApplyLipstick": 1,
|
32 |
"Archery": 2,
|
33 |
"BabyCrawling": 3,
|
34 |
-
"BalanceBeam": 4
|
35 |
-
"BandMarching": 5,
|
36 |
-
"BaseballPitch": 6,
|
37 |
-
"Basketball": 7,
|
38 |
-
"BasketballDunk": 8,
|
39 |
-
"BenchPress": 9
|
40 |
},
|
41 |
"layer_norm_eps": 1e-12,
|
42 |
"model_type": "videomae",
|
@@ -49,7 +39,7 @@
|
|
49 |
"problem_type": "single_label_classification",
|
50 |
"qkv_bias": true,
|
51 |
"torch_dtype": "float32",
|
52 |
-
"transformers_version": "4.
|
53 |
"tubelet_size": 2,
|
54 |
"use_mean_pooling": false
|
55 |
}
|
|
|
16 |
"1": "ApplyLipstick",
|
17 |
"2": "Archery",
|
18 |
"3": "BabyCrawling",
|
19 |
+
"4": "BalanceBeam"
|
|
|
|
|
|
|
|
|
|
|
20 |
},
|
21 |
"image_size": 224,
|
22 |
"initializer_range": 0.02,
|
|
|
26 |
"ApplyLipstick": 1,
|
27 |
"Archery": 2,
|
28 |
"BabyCrawling": 3,
|
29 |
+
"BalanceBeam": 4
|
|
|
|
|
|
|
|
|
|
|
30 |
},
|
31 |
"layer_norm_eps": 1e-12,
|
32 |
"model_type": "videomae",
|
|
|
39 |
"problem_type": "single_label_classification",
|
40 |
"qkv_bias": true,
|
41 |
"torch_dtype": "float32",
|
42 |
+
"transformers_version": "4.46.2",
|
43 |
"tubelet_size": 2,
|
44 |
"use_mean_pooling": false
|
45 |
}
|
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:7e60af4835ee7fcb0e9a8fc8ea30980117f40bf96745cc609d6c35b16a55af08
|
3 |
+
size 344946604
|
training_args.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:38a97e1869eed93654cabf859b5e8237c7c55e67e592fbfe9f2fa4476310f9b3
|
3 |
+
size 5304
|