Training in progress, epoch 0
Browse files- config.json +50 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "BaseballPitch",
|
14 |
+
"1": "Basketball",
|
15 |
+
"2": "BandMarching",
|
16 |
+
"3": "BenchPress",
|
17 |
+
"4": "ApplyEyeMakeup",
|
18 |
+
"5": "ApplyLipstick",
|
19 |
+
"6": "BabyCrawling",
|
20 |
+
"7": "BasketballDunk",
|
21 |
+
"8": "BalanceBeam",
|
22 |
+
"9": "Archery"
|
23 |
+
},
|
24 |
+
"image_size": 224,
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"ApplyEyeMakeup": 4,
|
29 |
+
"ApplyLipstick": 5,
|
30 |
+
"Archery": 9,
|
31 |
+
"BabyCrawling": 6,
|
32 |
+
"BalanceBeam": 8,
|
33 |
+
"BandMarching": 2,
|
34 |
+
"BaseballPitch": 0,
|
35 |
+
"Basketball": 1,
|
36 |
+
"BasketballDunk": 7,
|
37 |
+
"BenchPress": 3
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-06,
|
40 |
+
"model_type": "timesformer",
|
41 |
+
"num_attention_heads": 12,
|
42 |
+
"num_channels": 3,
|
43 |
+
"num_frames": 8,
|
44 |
+
"num_hidden_layers": 12,
|
45 |
+
"patch_size": 16,
|
46 |
+
"problem_type": "single_label_classification",
|
47 |
+
"qkv_bias": true,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.33.1"
|
50 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.45,
|
12 |
+
0.45,
|
13 |
+
0.45
|
14 |
+
],
|
15 |
+
"image_processor_type": "VivitImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.225,
|
18 |
+
0.225,
|
19 |
+
0.225
|
20 |
+
],
|
21 |
+
"offset": true,
|
22 |
+
"resample": 2,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 224
|
26 |
+
}
|
27 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c075288e83466cb7dcde58d6771d0ea0490b591aa30e03c234858e2e919b5c48
|
3 |
+
size 485152561
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7d85b292a9823c918fb93a95f9c2f902d22ba12b777e47798b22c47452002c6
|
3 |
+
size 4091
|