IsraelSonseca
commited on
Commit
·
5a0643a
1
Parent(s):
2d7371f
Upload TimesformerForVideoClassification
Browse files- config.json +56 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/timesformer-base-finetuned-k400",
|
3 |
+
"architectures": [
|
4 |
+
"TimesformerForVideoClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"attention_type": "divided_space_time",
|
8 |
+
"drop_path_rate": 0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Diving-Side",
|
14 |
+
"1": "Golf-Swing-Back",
|
15 |
+
"2": "Golf-Swing-Front",
|
16 |
+
"3": "Golf-Swing-Side",
|
17 |
+
"4": "Kicking-Front",
|
18 |
+
"5": "Kicking-Side",
|
19 |
+
"6": "Lifting",
|
20 |
+
"7": "Riding-Horse",
|
21 |
+
"8": "Run-Side",
|
22 |
+
"9": "SkateBoarding-Front",
|
23 |
+
"10": "Swing-Bench",
|
24 |
+
"11": "Swing-SideAngle",
|
25 |
+
"12": "Walk-Front"
|
26 |
+
},
|
27 |
+
"image_size": 224,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"intermediate_size": 3072,
|
30 |
+
"label2id": {
|
31 |
+
"Diving-Side": 0,
|
32 |
+
"Golf-Swing-Back": 1,
|
33 |
+
"Golf-Swing-Front": 2,
|
34 |
+
"Golf-Swing-Side": 3,
|
35 |
+
"Kicking-Front": 4,
|
36 |
+
"Kicking-Side": 5,
|
37 |
+
"Lifting": 6,
|
38 |
+
"Riding-Horse": 7,
|
39 |
+
"Run-Side": 8,
|
40 |
+
"SkateBoarding-Front": 9,
|
41 |
+
"Swing-Bench": 10,
|
42 |
+
"Swing-SideAngle": 11,
|
43 |
+
"Walk-Front": 12
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-06,
|
46 |
+
"model_type": "timesformer",
|
47 |
+
"num_attention_heads": 12,
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_frames": 8,
|
50 |
+
"num_hidden_layers": 12,
|
51 |
+
"patch_size": 16,
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.29.2"
|
56 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6be372b5bb89ce06d312881adbb7e4940a0280b2aaee9fc9c287eb1ee6371c1
|
3 |
+
size 485158257
|