DaliaSherman commited on
Commit
5435ca0
·
verified ·
1 Parent(s): 2fe24d2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: videomae-base-finetuned-beilinson-9epochs
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # videomae-base-finetuned-beilinson-9epochs
18
+
19
+ 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.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.9951
22
+ - Accuracy: 0.4292
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - training_steps: 156
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | 0.8878 | 0.3333 | 52 | 2.2399 | 0.3734 |
55
+ | 0.8784 | 1.3333 | 104 | 2.0912 | 0.4120 |
56
+ | 1.0743 | 2.3333 | 156 | 1.9951 | 0.4292 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.46.2
62
+ - Pytorch 2.5.1+cu121
63
+ - Datasets 3.1.0
64
+ - 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": "romanian deadlift",
16
+ "1": "leg raises",
17
+ "2": "lateral raise",
18
+ "3": "russian twist",
19
+ "4": "barbell biceps curl",
20
+ "5": "squat",
21
+ "6": "push-up",
22
+ "7": "leg extension",
23
+ "8": "lat pulldown",
24
+ "9": "bench press",
25
+ "10": "deadlift",
26
+ "11": "chest fly machine",
27
+ "12": "tricep dips",
28
+ "13": "tricep Pushdown",
29
+ "14": "decline bench press",
30
+ "15": "pull Up",
31
+ "16": "hammer curl",
32
+ "17": "shoulder press",
33
+ "18": "plank",
34
+ "19": "incline bench press",
35
+ "20": "t bar row",
36
+ "21": "hip thrust"
37
+ },
38
+ "image_size": 224,
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 3072,
41
+ "label2id": {
42
+ "barbell biceps curl": 4,
43
+ "bench press": 9,
44
+ "chest fly machine": 11,
45
+ "deadlift": 10,
46
+ "decline bench press": 14,
47
+ "hammer curl": 16,
48
+ "hip thrust": 21,
49
+ "incline bench press": 19,
50
+ "lat pulldown": 8,
51
+ "lateral raise": 2,
52
+ "leg extension": 7,
53
+ "leg raises": 1,
54
+ "plank": 18,
55
+ "pull Up": 15,
56
+ "push-up": 6,
57
+ "romanian deadlift": 0,
58
+ "russian twist": 3,
59
+ "shoulder press": 17,
60
+ "squat": 5,
61
+ "t bar row": 20,
62
+ "tricep Pushdown": 13,
63
+ "tricep dips": 12
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:006010b5a11997a164f16763ff6f1c244cc6244a88715be1500b5221e7275fc2
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/Dec04_07-14-47_e543ab002398/events.out.tfevents.1733296549.e543ab002398.343.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3431b2b1f44a471cbf23f2774aec73e3d3b273377afbe64e1a0a9f354dba5165
3
+ size 40184
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe791a3537a2b9456fbe688b8d400517b072cef76aa8e0525e24d8d6d5bc5fb
3
+ size 5368