Commit
·
855251c
1
Parent(s):
5bd5b6f
Training in progress, epoch 0
Browse files- config.json +5 -21
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -12,31 +12,15 @@
|
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
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,
|
28 |
"intermediate_size": 3072,
|
29 |
"label2id": {
|
30 |
-
"
|
31 |
-
"
|
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 +33,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 |
}
|
|
|
12 |
"hidden_dropout_prob": 0.0,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "fight",
|
16 |
+
"1": "no_fight"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"image_size": 224,
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"fight": 0,
|
23 |
+
"no_fight": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
26 |
"model_type": "videomae",
|
|
|
33 |
"problem_type": "single_label_classification",
|
34 |
"qkv_bias": true,
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.33.2",
|
37 |
"tubelet_size": 2,
|
38 |
"use_mean_pooling": false
|
39 |
}
|
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:52ed52628108752c01c2218dac8ed420bbc93b4effc6a122a335f50ae9e127ec
|
3 |
+
size 344978933
|
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:574fb4444b05c7f9db8b3a13ad0d92107bb5707c87701b3ba3f300bc268cc03d
|
3 |
+
size 4091
|