siroleo0 commited on
Commit
e530e74
1 Parent(s): ec79e96

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/timesformer-base-finetuned-k600",
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": "music",
14
+ "1": "people",
15
+ "2": "gaming",
16
+ "3": "sports/actions",
17
+ "4": "news/events/politics",
18
+ "5": "education",
19
+ "6": "tv shows",
20
+ "7": "movie/comedy",
21
+ "8": "animation",
22
+ "9": "vehicles/autos",
23
+ "10": "howto",
24
+ "11": "travel",
25
+ "12": "science/technology",
26
+ "13": "animals/pets",
27
+ "14": "kids/family",
28
+ "15": "documentary",
29
+ "16": "food/drink",
30
+ "17": "cooking",
31
+ "18": "beauty/fashion",
32
+ "19": "advertisement"
33
+ },
34
+ "image_size": 224,
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "advertisement": 19,
39
+ "animals/pets": 13,
40
+ "animation": 8,
41
+ "beauty/fashion": 18,
42
+ "cooking": 17,
43
+ "documentary": 15,
44
+ "education": 5,
45
+ "food/drink": 16,
46
+ "gaming": 2,
47
+ "howto": 10,
48
+ "kids/family": 14,
49
+ "movie/comedy": 7,
50
+ "music": 0,
51
+ "news/events/politics": 4,
52
+ "people": 1,
53
+ "science/technology": 12,
54
+ "sports/actions": 3,
55
+ "travel": 11,
56
+ "tv shows": 6,
57
+ "vehicles/autos": 9
58
+ },
59
+ "layer_norm_eps": 1e-06,
60
+ "model_type": "timesformer",
61
+ "num_attention_heads": 12,
62
+ "num_channels": 3,
63
+ "num_frames": 8,
64
+ "num_hidden_layers": 12,
65
+ "patch_size": 16,
66
+ "problem_type": "single_label_classification",
67
+ "qkv_bias": true,
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.38.1"
70
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa8fb342cca60203a2f882b421cbba28234d0bceaa1d3670a2393c0fbf25985
3
+ size 485127632
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.485,
12
+ 0.456,
13
+ 0.406
14
+ ],
15
+ "image_processor_type": "VideoMAEImageProcessor",
16
+ "image_std": [
17
+ 0.229,
18
+ 0.224,
19
+ 0.225
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 224
25
+ }
26
+ }
runs/Mar04_11-07-43_ddb11025e119/events.out.tfevents.1709550558.ddb11025e119.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e246b1d218bfdeebacd952a0b76ae46250264e07b39e8d838287a3902dd456
3
+ size 5639
runs/Mar04_11-13-54_ddb11025e119/events.out.tfevents.1709550848.ddb11025e119.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6754bf05b889238f18b64c4b474cedc4bac408e7c3c21c2840e8bfa3d2f8124
3
+ size 5638
runs/Mar04_11-14-54_ddb11025e119/events.out.tfevents.1709550922.ddb11025e119.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50729314c921b2b307f54ee21de1eb3cc4dd3753c43f38ad4b58ae7730249e67
3
+ size 8333
runs/Mar04_11-36-40_ddb11025e119/events.out.tfevents.1709552215.ddb11025e119.34.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685db30ef318fbbe60efbbe57974c9702740caf0f79179e92ed24e6bbdb088d5
3
+ size 11237
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f142909e3c180aa7da3eb1e76a78b3ad71565207c978223f19925f2b06b33b3d
3
+ size 4984