skr19930617
commited on
Commit
•
e38183c
1
Parent(s):
6c52df9
Training in progress, epoch 0
Browse files- config.json +2 -4
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -21,8 +21,7 @@
|
|
21 |
"6": "BaseballPitch",
|
22 |
"7": "Basketball",
|
23 |
"8": "BasketballDunk",
|
24 |
-
"9": "BenchPress"
|
25 |
-
"10": "Vomit"
|
26 |
},
|
27 |
"image_size": 224,
|
28 |
"initializer_range": 0.02,
|
@@ -37,8 +36,7 @@
|
|
37 |
"BaseballPitch": 6,
|
38 |
"Basketball": 7,
|
39 |
"BasketballDunk": 8,
|
40 |
-
"BenchPress": 9
|
41 |
-
"Vomit": 10
|
42 |
},
|
43 |
"layer_norm_eps": 1e-12,
|
44 |
"model_type": "videomae",
|
|
|
21 |
"6": "BaseballPitch",
|
22 |
"7": "Basketball",
|
23 |
"8": "BasketballDunk",
|
24 |
+
"9": "BenchPress"
|
|
|
25 |
},
|
26 |
"image_size": 224,
|
27 |
"initializer_range": 0.02,
|
|
|
36 |
"BaseballPitch": 6,
|
37 |
"Basketball": 7,
|
38 |
"BasketballDunk": 8,
|
39 |
+
"BenchPress": 9
|
|
|
40 |
},
|
41 |
"layer_norm_eps": 1e-12,
|
42 |
"model_type": "videomae",
|
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:10fe250771253155c9c8a71dfb634a11b3b4605501f2c372fc4fdb799428a2c4
|
3 |
+
size 345003509
|
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:278beaebfd6a76915ab842de350180950f53491dbfc63721656433d614b23081
|
3 |
+
size 3963
|