namnh2002 commited on
Commit
9e13e77
1 Parent(s): b11d2a0

End of training

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/timesformer-base-finetuned-k600
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: model_timesformer_subset_01
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # model_timesformer_subset_01
15
+
16
+ This model is a fine-tuned version of [facebook/timesformer-base-finetuned-k600](https://huggingface.co/facebook/timesformer-base-finetuned-k600) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 3.0706
19
+ - eval_accuracy: 0.0665
20
+ - eval_runtime: 321.0045
21
+ - eval_samples_per_second: 6.23
22
+ - eval_steps_per_second: 0.779
23
+ - step: 0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - training_steps: 4000
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.38.1
54
+ - Pytorch 2.1.2
55
+ - Datasets 2.1.0
56
+ - Tokenizers 0.15.2
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:a97a3888da6404345ef9afe03b166fe57b48ae3c5fd82f07275686cfc1a15cad
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_03-45-40_58adcd4d081e/events.out.tfevents.1709524268.58adcd4d081e.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1caa033e4f15eb6c42b992dc5f15a9559e13ebc15f7898c81710f612b8eeb41
3
+ size 346
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e33bafcfefd91dee0f650f92b4610601253f93a973bc7095b48aa164efea7b9
3
+ size 4984