Upload folder using huggingface_hub
Browse files- checkpoint-1212/config.json +68 -0
- checkpoint-1212/model.safetensors +3 -0
- checkpoint-1212/optimizer.pt +3 -0
- checkpoint-1212/preprocessor_config.json +24 -0
- checkpoint-1212/rng_state.pth +3 -0
- checkpoint-1212/scheduler.pt +3 -0
- checkpoint-1212/trainer_state.json +87 -0
- checkpoint-1212/training_args.bin +3 -0
- checkpoint-303/config.json +68 -0
- checkpoint-303/model.safetensors +3 -0
- checkpoint-303/optimizer.pt +3 -0
- checkpoint-303/preprocessor_config.json +24 -0
- checkpoint-303/rng_state.pth +3 -0
- checkpoint-303/scheduler.pt +3 -0
- checkpoint-303/trainer_state.json +43 -0
- checkpoint-303/training_args.bin +3 -0
- checkpoint-606/config.json +68 -0
- checkpoint-606/model.safetensors +3 -0
- checkpoint-606/optimizer.pt +3 -0
- checkpoint-606/preprocessor_config.json +24 -0
- checkpoint-606/rng_state.pth +3 -0
- checkpoint-606/scheduler.pt +3 -0
- checkpoint-606/trainer_state.json +60 -0
- checkpoint-606/training_args.bin +3 -0
- checkpoint-909/config.json +68 -0
- checkpoint-909/model.safetensors +3 -0
- checkpoint-909/optimizer.pt +3 -0
- checkpoint-909/preprocessor_config.json +24 -0
- checkpoint-909/rng_state.pth +3 -0
- checkpoint-909/scheduler.pt +3 -0
- checkpoint-909/trainer_state.json +70 -0
- checkpoint-909/training_args.bin +3 -0
- config.json +68 -0
- model.safetensors +3 -0
- preprocessor_config.json +24 -0
- training_args.bin +3 -0
checkpoint-1212/config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "barbell biceps curl",
|
8 |
+
"1": "bench press",
|
9 |
+
"2": "chest fly machine",
|
10 |
+
"3": "deadlift",
|
11 |
+
"4": "decline bench press",
|
12 |
+
"5": "hammer curl",
|
13 |
+
"6": "hip thrust",
|
14 |
+
"7": "incline bench press",
|
15 |
+
"8": "lat pulldown",
|
16 |
+
"9": "lateral raises",
|
17 |
+
"10": "leg extension",
|
18 |
+
"11": "leg raises",
|
19 |
+
"12": "plank",
|
20 |
+
"13": "pull up",
|
21 |
+
"14": "push up",
|
22 |
+
"15": "romanian deadlift",
|
23 |
+
"16": "russian twist",
|
24 |
+
"17": "shoulder press",
|
25 |
+
"18": "squat",
|
26 |
+
"19": "t bar row",
|
27 |
+
"20": "tricep dips",
|
28 |
+
"21": "tricep pushdown"
|
29 |
+
},
|
30 |
+
"initializer_factor": 1.0,
|
31 |
+
"label2id": {
|
32 |
+
"barbell biceps curl": 0,
|
33 |
+
"bench press": 1,
|
34 |
+
"chest fly machine": 2,
|
35 |
+
"deadlift": 3,
|
36 |
+
"decline bench press": 4,
|
37 |
+
"hammer curl": 5,
|
38 |
+
"hip thrust": 6,
|
39 |
+
"incline bench press": 7,
|
40 |
+
"lat pulldown": 8,
|
41 |
+
"lateral raises": 9,
|
42 |
+
"leg extension": 10,
|
43 |
+
"leg raises": 11,
|
44 |
+
"plank": 12,
|
45 |
+
"pull up": 13,
|
46 |
+
"push up": 14,
|
47 |
+
"romanian deadlift": 15,
|
48 |
+
"russian twist": 16,
|
49 |
+
"shoulder press": 17,
|
50 |
+
"squat": 18,
|
51 |
+
"t bar row": 19,
|
52 |
+
"tricep dips": 20,
|
53 |
+
"tricep pushdown": 21
|
54 |
+
},
|
55 |
+
"model_type": "siglip",
|
56 |
+
"problem_type": "single_label_classification",
|
57 |
+
"text_config": {
|
58 |
+
"model_type": "siglip_text_model",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"vocab_size": 256000
|
61 |
+
},
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.50.0.dev0",
|
64 |
+
"vision_config": {
|
65 |
+
"model_type": "siglip_vision_model",
|
66 |
+
"torch_dtype": "float32"
|
67 |
+
}
|
68 |
+
}
|
checkpoint-1212/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538620df8e10e95a5ab7becd62c814c2855397f4e2447f69b82c0943ae61e836
|
3 |
+
size 371629520
|
checkpoint-1212/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:419397f73cbd18b2ad99333941bef98fe629a6b4665f37afc47020275a3a9570
|
3 |
+
size 686678778
|
checkpoint-1212/preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "SiglipImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"processor_class": "SiglipProcessor",
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
}
|
24 |
+
}
|
checkpoint-1212/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5ed90807d238db2c8f9a1243ef3e5868c5e61ccc6b3c338c50f08ca19fe3bde
|
3 |
+
size 14244
|
checkpoint-1212/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7274e05702a2a59e840be8c8ce07888f81122232bbaced4eee7e5d9f17294b27
|
3 |
+
size 1064
|
checkpoint-1212/trainer_state.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.23445628583431244,
|
3 |
+
"best_model_checkpoint": "prithivMLmods/Gym-Workout-Classifier-SigLIP2/checkpoint-1212",
|
4 |
+
"epoch": 4.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1212,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.7596779188603283,
|
14 |
+
"eval_loss": 1.25554621219635,
|
15 |
+
"eval_model_preparation_time": 0.0023,
|
16 |
+
"eval_runtime": 137.1711,
|
17 |
+
"eval_samples_per_second": 70.62,
|
18 |
+
"eval_steps_per_second": 8.828,
|
19 |
+
"step": 303
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 1.6501650165016502,
|
23 |
+
"grad_norm": 34.67936325073242,
|
24 |
+
"learning_rate": 1.225473321858864e-06,
|
25 |
+
"loss": 1.6222,
|
26 |
+
"step": 500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"eval_accuracy": 0.9212346443687416,
|
31 |
+
"eval_loss": 0.49778521060943604,
|
32 |
+
"eval_model_preparation_time": 0.0023,
|
33 |
+
"eval_runtime": 137.3872,
|
34 |
+
"eval_samples_per_second": 70.509,
|
35 |
+
"eval_steps_per_second": 8.815,
|
36 |
+
"step": 606
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 3.0,
|
40 |
+
"eval_accuracy": 0.9532362960668938,
|
41 |
+
"eval_loss": 0.2920653223991394,
|
42 |
+
"eval_model_preparation_time": 0.0023,
|
43 |
+
"eval_runtime": 136.9932,
|
44 |
+
"eval_samples_per_second": 70.712,
|
45 |
+
"eval_steps_per_second": 8.84,
|
46 |
+
"step": 909
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"epoch": 3.3003300330033003,
|
50 |
+
"grad_norm": 35.97256088256836,
|
51 |
+
"learning_rate": 3.648881239242685e-07,
|
52 |
+
"loss": 0.2997,
|
53 |
+
"step": 1000
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 4.0,
|
57 |
+
"eval_accuracy": 0.963765871786931,
|
58 |
+
"eval_loss": 0.23445628583431244,
|
59 |
+
"eval_model_preparation_time": 0.0023,
|
60 |
+
"eval_runtime": 136.2682,
|
61 |
+
"eval_samples_per_second": 71.088,
|
62 |
+
"eval_steps_per_second": 8.887,
|
63 |
+
"step": 1212
|
64 |
+
}
|
65 |
+
],
|
66 |
+
"logging_steps": 500,
|
67 |
+
"max_steps": 1212,
|
68 |
+
"num_input_tokens_seen": 0,
|
69 |
+
"num_train_epochs": 4,
|
70 |
+
"save_steps": 500,
|
71 |
+
"stateful_callbacks": {
|
72 |
+
"TrainerControl": {
|
73 |
+
"args": {
|
74 |
+
"should_epoch_stop": false,
|
75 |
+
"should_evaluate": false,
|
76 |
+
"should_log": false,
|
77 |
+
"should_save": true,
|
78 |
+
"should_training_stop": true
|
79 |
+
},
|
80 |
+
"attributes": {}
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"total_flos": 3.2458961898515497e+18,
|
84 |
+
"train_batch_size": 32,
|
85 |
+
"trial_name": null,
|
86 |
+
"trial_params": null
|
87 |
+
}
|
checkpoint-1212/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e93f97e638176dea767ae127697cac596f48d3f186cb5ebd2afc04890df283
|
3 |
+
size 5304
|
checkpoint-303/config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "barbell biceps curl",
|
8 |
+
"1": "bench press",
|
9 |
+
"2": "chest fly machine",
|
10 |
+
"3": "deadlift",
|
11 |
+
"4": "decline bench press",
|
12 |
+
"5": "hammer curl",
|
13 |
+
"6": "hip thrust",
|
14 |
+
"7": "incline bench press",
|
15 |
+
"8": "lat pulldown",
|
16 |
+
"9": "lateral raises",
|
17 |
+
"10": "leg extension",
|
18 |
+
"11": "leg raises",
|
19 |
+
"12": "plank",
|
20 |
+
"13": "pull up",
|
21 |
+
"14": "push up",
|
22 |
+
"15": "romanian deadlift",
|
23 |
+
"16": "russian twist",
|
24 |
+
"17": "shoulder press",
|
25 |
+
"18": "squat",
|
26 |
+
"19": "t bar row",
|
27 |
+
"20": "tricep dips",
|
28 |
+
"21": "tricep pushdown"
|
29 |
+
},
|
30 |
+
"initializer_factor": 1.0,
|
31 |
+
"label2id": {
|
32 |
+
"barbell biceps curl": 0,
|
33 |
+
"bench press": 1,
|
34 |
+
"chest fly machine": 2,
|
35 |
+
"deadlift": 3,
|
36 |
+
"decline bench press": 4,
|
37 |
+
"hammer curl": 5,
|
38 |
+
"hip thrust": 6,
|
39 |
+
"incline bench press": 7,
|
40 |
+
"lat pulldown": 8,
|
41 |
+
"lateral raises": 9,
|
42 |
+
"leg extension": 10,
|
43 |
+
"leg raises": 11,
|
44 |
+
"plank": 12,
|
45 |
+
"pull up": 13,
|
46 |
+
"push up": 14,
|
47 |
+
"romanian deadlift": 15,
|
48 |
+
"russian twist": 16,
|
49 |
+
"shoulder press": 17,
|
50 |
+
"squat": 18,
|
51 |
+
"t bar row": 19,
|
52 |
+
"tricep dips": 20,
|
53 |
+
"tricep pushdown": 21
|
54 |
+
},
|
55 |
+
"model_type": "siglip",
|
56 |
+
"problem_type": "single_label_classification",
|
57 |
+
"text_config": {
|
58 |
+
"model_type": "siglip_text_model",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"vocab_size": 256000
|
61 |
+
},
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.50.0.dev0",
|
64 |
+
"vision_config": {
|
65 |
+
"model_type": "siglip_vision_model",
|
66 |
+
"torch_dtype": "float32"
|
67 |
+
}
|
68 |
+
}
|
checkpoint-303/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5b7998a59c74f1c0d31fb18d192bda0866f4184fb3c982a45155e5cd50eacbe
|
3 |
+
size 371629520
|
checkpoint-303/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fa5464056762485b7c9b5a43b300c7a2139e71bebf389c30b775ef466fe28d3
|
3 |
+
size 686678778
|
checkpoint-303/preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "SiglipImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"processor_class": "SiglipProcessor",
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
}
|
24 |
+
}
|
checkpoint-303/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ea4d82ec065f1a80d09cb43154415696fffa5c5758f6f13af898d13df5452dd
|
3 |
+
size 14244
|
checkpoint-303/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a7dea5c80df9b7da6855e2e5c78766cb814a94f33a9bd6944f73f5a602b0187
|
3 |
+
size 1064
|
checkpoint-303/trainer_state.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.25554621219635,
|
3 |
+
"best_model_checkpoint": "prithivMLmods/Gym-Workout-Classifier-SigLIP2/checkpoint-303",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 303,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.7596779188603283,
|
14 |
+
"eval_loss": 1.25554621219635,
|
15 |
+
"eval_model_preparation_time": 0.0023,
|
16 |
+
"eval_runtime": 137.1711,
|
17 |
+
"eval_samples_per_second": 70.62,
|
18 |
+
"eval_steps_per_second": 8.828,
|
19 |
+
"step": 303
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"logging_steps": 500,
|
23 |
+
"max_steps": 1212,
|
24 |
+
"num_input_tokens_seen": 0,
|
25 |
+
"num_train_epochs": 4,
|
26 |
+
"save_steps": 500,
|
27 |
+
"stateful_callbacks": {
|
28 |
+
"TrainerControl": {
|
29 |
+
"args": {
|
30 |
+
"should_epoch_stop": false,
|
31 |
+
"should_evaluate": false,
|
32 |
+
"should_log": false,
|
33 |
+
"should_save": true,
|
34 |
+
"should_training_stop": false
|
35 |
+
},
|
36 |
+
"attributes": {}
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"total_flos": 8.114740474628874e+17,
|
40 |
+
"train_batch_size": 32,
|
41 |
+
"trial_name": null,
|
42 |
+
"trial_params": null
|
43 |
+
}
|
checkpoint-303/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e93f97e638176dea767ae127697cac596f48d3f186cb5ebd2afc04890df283
|
3 |
+
size 5304
|
checkpoint-606/config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "barbell biceps curl",
|
8 |
+
"1": "bench press",
|
9 |
+
"2": "chest fly machine",
|
10 |
+
"3": "deadlift",
|
11 |
+
"4": "decline bench press",
|
12 |
+
"5": "hammer curl",
|
13 |
+
"6": "hip thrust",
|
14 |
+
"7": "incline bench press",
|
15 |
+
"8": "lat pulldown",
|
16 |
+
"9": "lateral raises",
|
17 |
+
"10": "leg extension",
|
18 |
+
"11": "leg raises",
|
19 |
+
"12": "plank",
|
20 |
+
"13": "pull up",
|
21 |
+
"14": "push up",
|
22 |
+
"15": "romanian deadlift",
|
23 |
+
"16": "russian twist",
|
24 |
+
"17": "shoulder press",
|
25 |
+
"18": "squat",
|
26 |
+
"19": "t bar row",
|
27 |
+
"20": "tricep dips",
|
28 |
+
"21": "tricep pushdown"
|
29 |
+
},
|
30 |
+
"initializer_factor": 1.0,
|
31 |
+
"label2id": {
|
32 |
+
"barbell biceps curl": 0,
|
33 |
+
"bench press": 1,
|
34 |
+
"chest fly machine": 2,
|
35 |
+
"deadlift": 3,
|
36 |
+
"decline bench press": 4,
|
37 |
+
"hammer curl": 5,
|
38 |
+
"hip thrust": 6,
|
39 |
+
"incline bench press": 7,
|
40 |
+
"lat pulldown": 8,
|
41 |
+
"lateral raises": 9,
|
42 |
+
"leg extension": 10,
|
43 |
+
"leg raises": 11,
|
44 |
+
"plank": 12,
|
45 |
+
"pull up": 13,
|
46 |
+
"push up": 14,
|
47 |
+
"romanian deadlift": 15,
|
48 |
+
"russian twist": 16,
|
49 |
+
"shoulder press": 17,
|
50 |
+
"squat": 18,
|
51 |
+
"t bar row": 19,
|
52 |
+
"tricep dips": 20,
|
53 |
+
"tricep pushdown": 21
|
54 |
+
},
|
55 |
+
"model_type": "siglip",
|
56 |
+
"problem_type": "single_label_classification",
|
57 |
+
"text_config": {
|
58 |
+
"model_type": "siglip_text_model",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"vocab_size": 256000
|
61 |
+
},
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.50.0.dev0",
|
64 |
+
"vision_config": {
|
65 |
+
"model_type": "siglip_vision_model",
|
66 |
+
"torch_dtype": "float32"
|
67 |
+
}
|
68 |
+
}
|
checkpoint-606/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99b033910440de18624530c5605d2a009a09767a7f2c210d3c647d2ce1753e1d
|
3 |
+
size 371629520
|
checkpoint-606/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ed3238d196b85d81855cb804bc380dc4cc110faa7a47b5cf6598643fe223714
|
3 |
+
size 686678778
|
checkpoint-606/preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "SiglipImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"processor_class": "SiglipProcessor",
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
}
|
24 |
+
}
|
checkpoint-606/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccc28ac48a57efc550f20315490f6757f448169915c6481474871694f3a8ed1c
|
3 |
+
size 14244
|
checkpoint-606/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3537da7c3fa76d39c1a25ee8d62ad1eb664433f0414aea7a08152d7a70d3cc94
|
3 |
+
size 1064
|
checkpoint-606/trainer_state.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.49778521060943604,
|
3 |
+
"best_model_checkpoint": "prithivMLmods/Gym-Workout-Classifier-SigLIP2/checkpoint-606",
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 606,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.7596779188603283,
|
14 |
+
"eval_loss": 1.25554621219635,
|
15 |
+
"eval_model_preparation_time": 0.0023,
|
16 |
+
"eval_runtime": 137.1711,
|
17 |
+
"eval_samples_per_second": 70.62,
|
18 |
+
"eval_steps_per_second": 8.828,
|
19 |
+
"step": 303
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 1.6501650165016502,
|
23 |
+
"grad_norm": 34.67936325073242,
|
24 |
+
"learning_rate": 1.225473321858864e-06,
|
25 |
+
"loss": 1.6222,
|
26 |
+
"step": 500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"eval_accuracy": 0.9212346443687416,
|
31 |
+
"eval_loss": 0.49778521060943604,
|
32 |
+
"eval_model_preparation_time": 0.0023,
|
33 |
+
"eval_runtime": 137.3872,
|
34 |
+
"eval_samples_per_second": 70.509,
|
35 |
+
"eval_steps_per_second": 8.815,
|
36 |
+
"step": 606
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"logging_steps": 500,
|
40 |
+
"max_steps": 1212,
|
41 |
+
"num_input_tokens_seen": 0,
|
42 |
+
"num_train_epochs": 4,
|
43 |
+
"save_steps": 500,
|
44 |
+
"stateful_callbacks": {
|
45 |
+
"TrainerControl": {
|
46 |
+
"args": {
|
47 |
+
"should_epoch_stop": false,
|
48 |
+
"should_evaluate": false,
|
49 |
+
"should_log": false,
|
50 |
+
"should_save": true,
|
51 |
+
"should_training_stop": false
|
52 |
+
},
|
53 |
+
"attributes": {}
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"total_flos": 1.6229480949257748e+18,
|
57 |
+
"train_batch_size": 32,
|
58 |
+
"trial_name": null,
|
59 |
+
"trial_params": null
|
60 |
+
}
|
checkpoint-606/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e93f97e638176dea767ae127697cac596f48d3f186cb5ebd2afc04890df283
|
3 |
+
size 5304
|
checkpoint-909/config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "barbell biceps curl",
|
8 |
+
"1": "bench press",
|
9 |
+
"2": "chest fly machine",
|
10 |
+
"3": "deadlift",
|
11 |
+
"4": "decline bench press",
|
12 |
+
"5": "hammer curl",
|
13 |
+
"6": "hip thrust",
|
14 |
+
"7": "incline bench press",
|
15 |
+
"8": "lat pulldown",
|
16 |
+
"9": "lateral raises",
|
17 |
+
"10": "leg extension",
|
18 |
+
"11": "leg raises",
|
19 |
+
"12": "plank",
|
20 |
+
"13": "pull up",
|
21 |
+
"14": "push up",
|
22 |
+
"15": "romanian deadlift",
|
23 |
+
"16": "russian twist",
|
24 |
+
"17": "shoulder press",
|
25 |
+
"18": "squat",
|
26 |
+
"19": "t bar row",
|
27 |
+
"20": "tricep dips",
|
28 |
+
"21": "tricep pushdown"
|
29 |
+
},
|
30 |
+
"initializer_factor": 1.0,
|
31 |
+
"label2id": {
|
32 |
+
"barbell biceps curl": 0,
|
33 |
+
"bench press": 1,
|
34 |
+
"chest fly machine": 2,
|
35 |
+
"deadlift": 3,
|
36 |
+
"decline bench press": 4,
|
37 |
+
"hammer curl": 5,
|
38 |
+
"hip thrust": 6,
|
39 |
+
"incline bench press": 7,
|
40 |
+
"lat pulldown": 8,
|
41 |
+
"lateral raises": 9,
|
42 |
+
"leg extension": 10,
|
43 |
+
"leg raises": 11,
|
44 |
+
"plank": 12,
|
45 |
+
"pull up": 13,
|
46 |
+
"push up": 14,
|
47 |
+
"romanian deadlift": 15,
|
48 |
+
"russian twist": 16,
|
49 |
+
"shoulder press": 17,
|
50 |
+
"squat": 18,
|
51 |
+
"t bar row": 19,
|
52 |
+
"tricep dips": 20,
|
53 |
+
"tricep pushdown": 21
|
54 |
+
},
|
55 |
+
"model_type": "siglip",
|
56 |
+
"problem_type": "single_label_classification",
|
57 |
+
"text_config": {
|
58 |
+
"model_type": "siglip_text_model",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"vocab_size": 256000
|
61 |
+
},
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.50.0.dev0",
|
64 |
+
"vision_config": {
|
65 |
+
"model_type": "siglip_vision_model",
|
66 |
+
"torch_dtype": "float32"
|
67 |
+
}
|
68 |
+
}
|
checkpoint-909/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f37779ad55922ee6a0fd9224671b1ba3a9244dd8f4abe379af19e1f19044f9f0
|
3 |
+
size 371629520
|
checkpoint-909/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3d6e752c41a78e026ba63b07087caa98cb30594c88072a086941bbebddbc42f
|
3 |
+
size 686678778
|
checkpoint-909/preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "SiglipImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"processor_class": "SiglipProcessor",
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
}
|
24 |
+
}
|
checkpoint-909/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:294c9c1ddc284e20a40764e241677dbdf2192a865ad7c901564fef1223eaf73a
|
3 |
+
size 14244
|
checkpoint-909/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b63d51daae7248a02f1f29c011b41c2b290a3dd041d97994ccd859c1ebfeb62b
|
3 |
+
size 1064
|
checkpoint-909/trainer_state.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.2920653223991394,
|
3 |
+
"best_model_checkpoint": "prithivMLmods/Gym-Workout-Classifier-SigLIP2/checkpoint-909",
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 909,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.7596779188603283,
|
14 |
+
"eval_loss": 1.25554621219635,
|
15 |
+
"eval_model_preparation_time": 0.0023,
|
16 |
+
"eval_runtime": 137.1711,
|
17 |
+
"eval_samples_per_second": 70.62,
|
18 |
+
"eval_steps_per_second": 8.828,
|
19 |
+
"step": 303
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"epoch": 1.6501650165016502,
|
23 |
+
"grad_norm": 34.67936325073242,
|
24 |
+
"learning_rate": 1.225473321858864e-06,
|
25 |
+
"loss": 1.6222,
|
26 |
+
"step": 500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"eval_accuracy": 0.9212346443687416,
|
31 |
+
"eval_loss": 0.49778521060943604,
|
32 |
+
"eval_model_preparation_time": 0.0023,
|
33 |
+
"eval_runtime": 137.3872,
|
34 |
+
"eval_samples_per_second": 70.509,
|
35 |
+
"eval_steps_per_second": 8.815,
|
36 |
+
"step": 606
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 3.0,
|
40 |
+
"eval_accuracy": 0.9532362960668938,
|
41 |
+
"eval_loss": 0.2920653223991394,
|
42 |
+
"eval_model_preparation_time": 0.0023,
|
43 |
+
"eval_runtime": 136.9932,
|
44 |
+
"eval_samples_per_second": 70.712,
|
45 |
+
"eval_steps_per_second": 8.84,
|
46 |
+
"step": 909
|
47 |
+
}
|
48 |
+
],
|
49 |
+
"logging_steps": 500,
|
50 |
+
"max_steps": 1212,
|
51 |
+
"num_input_tokens_seen": 0,
|
52 |
+
"num_train_epochs": 4,
|
53 |
+
"save_steps": 500,
|
54 |
+
"stateful_callbacks": {
|
55 |
+
"TrainerControl": {
|
56 |
+
"args": {
|
57 |
+
"should_epoch_stop": false,
|
58 |
+
"should_evaluate": false,
|
59 |
+
"should_log": false,
|
60 |
+
"should_save": true,
|
61 |
+
"should_training_stop": false
|
62 |
+
},
|
63 |
+
"attributes": {}
|
64 |
+
}
|
65 |
+
},
|
66 |
+
"total_flos": 2.4344221423886623e+18,
|
67 |
+
"train_batch_size": 32,
|
68 |
+
"trial_name": null,
|
69 |
+
"trial_params": null
|
70 |
+
}
|
checkpoint-909/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e93f97e638176dea767ae127697cac596f48d3f186cb5ebd2afc04890df283
|
3 |
+
size 5304
|
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/siglip2-base-patch16-224",
|
3 |
+
"architectures": [
|
4 |
+
"SiglipForImageClassification"
|
5 |
+
],
|
6 |
+
"id2label": {
|
7 |
+
"0": "barbell biceps curl",
|
8 |
+
"1": "bench press",
|
9 |
+
"2": "chest fly machine",
|
10 |
+
"3": "deadlift",
|
11 |
+
"4": "decline bench press",
|
12 |
+
"5": "hammer curl",
|
13 |
+
"6": "hip thrust",
|
14 |
+
"7": "incline bench press",
|
15 |
+
"8": "lat pulldown",
|
16 |
+
"9": "lateral raises",
|
17 |
+
"10": "leg extension",
|
18 |
+
"11": "leg raises",
|
19 |
+
"12": "plank",
|
20 |
+
"13": "pull up",
|
21 |
+
"14": "push up",
|
22 |
+
"15": "romanian deadlift",
|
23 |
+
"16": "russian twist",
|
24 |
+
"17": "shoulder press",
|
25 |
+
"18": "squat",
|
26 |
+
"19": "t bar row",
|
27 |
+
"20": "tricep dips",
|
28 |
+
"21": "tricep pushdown"
|
29 |
+
},
|
30 |
+
"initializer_factor": 1.0,
|
31 |
+
"label2id": {
|
32 |
+
"barbell biceps curl": 0,
|
33 |
+
"bench press": 1,
|
34 |
+
"chest fly machine": 2,
|
35 |
+
"deadlift": 3,
|
36 |
+
"decline bench press": 4,
|
37 |
+
"hammer curl": 5,
|
38 |
+
"hip thrust": 6,
|
39 |
+
"incline bench press": 7,
|
40 |
+
"lat pulldown": 8,
|
41 |
+
"lateral raises": 9,
|
42 |
+
"leg extension": 10,
|
43 |
+
"leg raises": 11,
|
44 |
+
"plank": 12,
|
45 |
+
"pull up": 13,
|
46 |
+
"push up": 14,
|
47 |
+
"romanian deadlift": 15,
|
48 |
+
"russian twist": 16,
|
49 |
+
"shoulder press": 17,
|
50 |
+
"squat": 18,
|
51 |
+
"t bar row": 19,
|
52 |
+
"tricep dips": 20,
|
53 |
+
"tricep pushdown": 21
|
54 |
+
},
|
55 |
+
"model_type": "siglip",
|
56 |
+
"problem_type": "single_label_classification",
|
57 |
+
"text_config": {
|
58 |
+
"model_type": "siglip_text_model",
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"vocab_size": 256000
|
61 |
+
},
|
62 |
+
"torch_dtype": "float32",
|
63 |
+
"transformers_version": "4.50.0.dev0",
|
64 |
+
"vision_config": {
|
65 |
+
"model_type": "siglip_vision_model",
|
66 |
+
"torch_dtype": "float32"
|
67 |
+
}
|
68 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538620df8e10e95a5ab7becd62c814c2855397f4e2447f69b82c0943ae61e836
|
3 |
+
size 371629520
|
preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.5,
|
8 |
+
0.5,
|
9 |
+
0.5
|
10 |
+
],
|
11 |
+
"image_processor_type": "SiglipImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.5,
|
14 |
+
0.5,
|
15 |
+
0.5
|
16 |
+
],
|
17 |
+
"processor_class": "SiglipProcessor",
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"height": 224,
|
22 |
+
"width": 224
|
23 |
+
}
|
24 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e93f97e638176dea767ae127697cac596f48d3f186cb5ebd2afc04890df283
|
3 |
+
size 5304
|