DaliaSherman commited on
Commit
b965ad2
·
verified ·
1 Parent(s): 9dd6fe2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: DaliaSherman/videomae-base-finetuned-beilinson-6epochs
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: videomae-base-finetuned-beilinson-6epochs-9epochs_samelr
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # videomae-base-finetuned-beilinson-6epochs-9epochs_samelr
16
+
17
+ This model is a fine-tuned version of [DaliaSherman/videomae-base-finetuned-beilinson-6epochs](https://huggingface.co/DaliaSherman/videomae-base-finetuned-beilinson-6epochs) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 1.9697
20
+ - eval_accuracy: 0.4378
21
+ - eval_runtime: 847.6167
22
+ - eval_samples_per_second: 0.275
23
+ - eval_steps_per_second: 0.035
24
+ - epoch: 1.3333
25
+ - step: 104
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - training_steps: 156
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.46.2
56
+ - Pytorch 2.5.1+cu121
57
+ - Datasets 3.1.0
58
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "DaliaSherman/videomae-base-finetuned-beilinson-6epochs",
3
+ "architectures": [
4
+ "VideoMAEForVideoClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "decoder_hidden_size": 384,
8
+ "decoder_intermediate_size": 1536,
9
+ "decoder_num_attention_heads": 6,
10
+ "decoder_num_hidden_layers": 4,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "lateral raise",
16
+ "1": "lat pulldown",
17
+ "2": "barbell biceps curl",
18
+ "3": "leg raises",
19
+ "4": "push-up",
20
+ "5": "deadlift",
21
+ "6": "incline bench press",
22
+ "7": "t bar row",
23
+ "8": "squat",
24
+ "9": "plank",
25
+ "10": "tricep dips",
26
+ "11": "tricep Pushdown",
27
+ "12": "leg extension",
28
+ "13": "russian twist",
29
+ "14": "romanian deadlift",
30
+ "15": "hammer curl",
31
+ "16": "hip thrust",
32
+ "17": "bench press",
33
+ "18": "shoulder press",
34
+ "19": "pull Up",
35
+ "20": "chest fly machine",
36
+ "21": "decline bench press"
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "barbell biceps curl": 2,
43
+ "bench press": 17,
44
+ "chest fly machine": 20,
45
+ "deadlift": 5,
46
+ "decline bench press": 21,
47
+ "hammer curl": 15,
48
+ "hip thrust": 16,
49
+ "incline bench press": 6,
50
+ "lat pulldown": 1,
51
+ "lateral raise": 0,
52
+ "leg extension": 12,
53
+ "leg raises": 3,
54
+ "plank": 9,
55
+ "pull Up": 19,
56
+ "push-up": 4,
57
+ "romanian deadlift": 14,
58
+ "russian twist": 13,
59
+ "shoulder press": 18,
60
+ "squat": 8,
61
+ "t bar row": 7,
62
+ "tricep Pushdown": 11,
63
+ "tricep dips": 10
64
+ },
65
+ "layer_norm_eps": 1e-12,
66
+ "model_type": "videomae",
67
+ "norm_pix_loss": true,
68
+ "num_attention_heads": 12,
69
+ "num_channels": 3,
70
+ "num_frames": 16,
71
+ "num_hidden_layers": 12,
72
+ "patch_size": 16,
73
+ "problem_type": "single_label_classification",
74
+ "qkv_bias": true,
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.46.2",
77
+ "tubelet_size": 2,
78
+ "use_mean_pooling": false
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89196283e562b3860e9d1a94576b9321cadd8a9619d49e6e1d8940b3f2c523a1
3
+ size 344998896
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/Dec03_12-17-24_b2b9e9454ba9/events.out.tfevents.1733228254.b2b9e9454ba9.457.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28d8adf6e06ab6fe3d91740d067e00f4b0da7a6144e3ce538344a46e12b7b358
3
+ size 39552
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dabc3409187ec994792ed8d0db926104bbaab28c8d6ff37ab54c29c64c15fd0
3
+ size 5368