DaliaSherman
commited on
End of training
Browse files- README.md +64 -0
- config.json +79 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Dec02_19-43-43_eaa05605afea/events.out.tfevents.1733168635.eaa05605afea.1089.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: cc-by-nc-4.0
|
4 |
+
base_model: MCG-NJU/videomae-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: videomae-base-finetuned-beilinson
|
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
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [MCG-NJU/videomae-base](https://huggingface.co/MCG-NJU/videomae-base) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.7997
|
22 |
+
- Accuracy: 0.2146
|
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 |
+
| 2.937 | 0.3333 | 52 | 3.0845 | 0.0730 |
|
55 |
+
| 2.4678 | 1.3333 | 104 | 2.8946 | 0.1459 |
|
56 |
+
| 2.4529 | 2.3333 | 156 | 2.7997 | 0.2146 |
|
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": "MCG-NJU/videomae-base",
|
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": "lat pulldown",
|
16 |
+
"1": "hip thrust",
|
17 |
+
"2": "shoulder press",
|
18 |
+
"3": "romanian deadlift",
|
19 |
+
"4": "push-up",
|
20 |
+
"5": "chest fly machine",
|
21 |
+
"6": "russian twist",
|
22 |
+
"7": "hammer curl",
|
23 |
+
"8": "bench press",
|
24 |
+
"9": "lateral raise",
|
25 |
+
"10": "tricep Pushdown",
|
26 |
+
"11": "leg raises",
|
27 |
+
"12": "tricep dips",
|
28 |
+
"13": "incline bench press",
|
29 |
+
"14": "leg extension",
|
30 |
+
"15": "t bar row",
|
31 |
+
"16": "plank",
|
32 |
+
"17": "pull Up",
|
33 |
+
"18": "barbell biceps curl",
|
34 |
+
"19": "squat",
|
35 |
+
"20": "deadlift",
|
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": 18,
|
43 |
+
"bench press": 8,
|
44 |
+
"chest fly machine": 5,
|
45 |
+
"deadlift": 20,
|
46 |
+
"decline bench press": 21,
|
47 |
+
"hammer curl": 7,
|
48 |
+
"hip thrust": 1,
|
49 |
+
"incline bench press": 13,
|
50 |
+
"lat pulldown": 0,
|
51 |
+
"lateral raise": 9,
|
52 |
+
"leg extension": 14,
|
53 |
+
"leg raises": 11,
|
54 |
+
"plank": 16,
|
55 |
+
"pull Up": 17,
|
56 |
+
"push-up": 4,
|
57 |
+
"romanian deadlift": 3,
|
58 |
+
"russian twist": 6,
|
59 |
+
"shoulder press": 2,
|
60 |
+
"squat": 19,
|
61 |
+
"t bar row": 15,
|
62 |
+
"tricep Pushdown": 10,
|
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:1f3d66ab381d649cac0f8868e9f2c088e54783773dec306503e1af1d0ed751cd
|
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/Dec02_19-43-43_eaa05605afea/events.out.tfevents.1733168635.eaa05605afea.1089.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16cf23049008fdb12bc7def6c3a245a415b4b7a9a5e5ed841aa49d45f20efcee
|
3 |
+
size 46638
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed15ab5bafd4b2fb8bd5ef4f938a2de75c2790c7137f28d64d34fb2cd45ee458
|
3 |
+
size 5304
|