gechim commited on
Commit
b01ad56
1 Parent(s): e28dc12

End of training

Browse files
Files changed (5) hide show
  1. README.md +49 -0
  2. config.json +72 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +36 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: posecls
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # posecls
13
+
14
+ This model was trained from scratch on the None dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 5e-05
34
+ - train_batch_size: 16
35
+ - eval_batch_size: 16
36
+ - seed: 42
37
+ - gradient_accumulation_steps: 4
38
+ - total_train_batch_size: 64
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_ratio: 0.1
42
+ - num_epochs: 3
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.39.2
47
+ - Pytorch 2.2.1+cu121
48
+ - Datasets 2.18.0
49
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/AI4Life/checkpoint-519_0.98",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "barbell biceps curl",
13
+ "1": "bench press",
14
+ "2": "chest fly machine",
15
+ "3": "deadlift",
16
+ "4": "decline bench press",
17
+ "5": "hammer curl",
18
+ "6": "hip thrust",
19
+ "7": "incline bench press",
20
+ "8": "lat pulldown",
21
+ "9": "lateral raises",
22
+ "10": "leg extension",
23
+ "11": "leg raises",
24
+ "12": "plank",
25
+ "13": "pull up",
26
+ "14": "push up",
27
+ "15": "romanian deadlift",
28
+ "16": "russian twist",
29
+ "17": "shoulder press",
30
+ "18": "squat",
31
+ "19": "t bar row",
32
+ "20": "tricep dips",
33
+ "21": "tricep pushdown"
34
+ },
35
+ "image_size": 224,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "barbell biceps curl": "0",
40
+ "bench press": "1",
41
+ "chest fly machine": "2",
42
+ "deadlift": "3",
43
+ "decline bench press": "4",
44
+ "hammer curl": "5",
45
+ "hip thrust": "6",
46
+ "incline bench press": "7",
47
+ "lat pulldown": "8",
48
+ "lateral raises": "9",
49
+ "leg extension": "10",
50
+ "leg raises": "11",
51
+ "plank": "12",
52
+ "pull up": "13",
53
+ "push up": "14",
54
+ "romanian deadlift": "15",
55
+ "russian twist": "16",
56
+ "shoulder press": "17",
57
+ "squat": "18",
58
+ "t bar row": "19",
59
+ "tricep dips": "20",
60
+ "tricep pushdown": "21"
61
+ },
62
+ "layer_norm_eps": 1e-12,
63
+ "model_type": "vit",
64
+ "num_attention_heads": 12,
65
+ "num_channels": 3,
66
+ "num_hidden_layers": 12,
67
+ "patch_size": 16,
68
+ "problem_type": "single_label_classification",
69
+ "qkv_bias": true,
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.39.2"
72
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f907467ee60b8f4b7fad77770d5e74b753e6cdbc4d9a4b9f1ae06f818a244c
3
+ size 343285496
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a28f4a5d419c51598c330cfcac907ae6ec5149882d4a7d590e3552092de2f71
3
+ size 4920