Model save
Browse files- README.md +50 -0
- config.json +38 -0
- model.safetensors +3 -0
- runs/Dec06_13-40-12_bb36e6d5cf3b/events.out.tfevents.1733492484.bb36e6d5cf3b.184.0 +3 -0
- runs/Dec06_13-40-12_bb36e6d5cf3b/events.out.tfevents.1733492653.bb36e6d5cf3b.184.1 +3 -0
- runs/Dec06_13-44-28_bb36e6d5cf3b/events.out.tfevents.1733492691.bb36e6d5cf3b.184.2 +3 -0
- runs/Dec06_13-52-35_bb36e6d5cf3b/events.out.tfevents.1733493165.bb36e6d5cf3b.184.3 +3 -0
- runs/Dec06_13-52-35_bb36e6d5cf3b/events.out.tfevents.1733493289.bb36e6d5cf3b.184.4 +3 -0
- runs/Dec06_13-59-53_bb36e6d5cf3b/events.out.tfevents.1733493601.bb36e6d5cf3b.184.5 +3 -0
- runs/Dec06_13-59-53_bb36e6d5cf3b/events.out.tfevents.1733493632.bb36e6d5cf3b.184.6 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: other
|
4 |
+
base_model: google/mobilenet_v2_1.0_224
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: finetuned-for-YogaPoses-v2
|
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 |
+
# finetuned-for-YogaPoses-v2
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google/mobilenet_v2_1.0_224](https://huggingface.co/google/mobilenet_v2_1.0_224) on an unknown dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0002
|
37 |
+
- train_batch_size: 16
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 4
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
+
|
45 |
+
### Framework versions
|
46 |
+
|
47 |
+
- Transformers 4.46.3
|
48 |
+
- Pytorch 2.5.1+cu121
|
49 |
+
- Datasets 3.1.0
|
50 |
+
- Tokenizers 0.20.3
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilenet_v2_1.0_224",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.0,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"id2label": {
|
14 |
+
"0": "Downdog",
|
15 |
+
"1": "Goddess",
|
16 |
+
"2": "Plank",
|
17 |
+
"3": "Tree",
|
18 |
+
"4": "Warrior2"
|
19 |
+
},
|
20 |
+
"image_size": 224,
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"label2id": {
|
23 |
+
"Downdog": "0",
|
24 |
+
"Goddess": "1",
|
25 |
+
"Plank": "2",
|
26 |
+
"Tree": "3",
|
27 |
+
"Warrior2": "4"
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 0.001,
|
30 |
+
"min_depth": 8,
|
31 |
+
"model_type": "mobilenet_v2",
|
32 |
+
"num_channels": 3,
|
33 |
+
"output_stride": 32,
|
34 |
+
"semantic_loss_ignore_index": 255,
|
35 |
+
"tf_padding": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.46.3"
|
38 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ebc583c078e04cf116c54ed9e70afe5ca5be2407c11d81304bad6ba21736ff7
|
3 |
+
size 9095588
|
runs/Dec06_13-40-12_bb36e6d5cf3b/events.out.tfevents.1733492484.bb36e6d5cf3b.184.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:293ee3cfa803b54484e8b2fcfc2c0631c8c249f61d262769ac5dd60a1a7bc409
|
3 |
+
size 10442
|
runs/Dec06_13-40-12_bb36e6d5cf3b/events.out.tfevents.1733492653.bb36e6d5cf3b.184.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e1d59c58d400c2f9702e75303ace10f160ae84204ddce128cebd821ca171694
|
3 |
+
size 5265
|
runs/Dec06_13-44-28_bb36e6d5cf3b/events.out.tfevents.1733492691.bb36e6d5cf3b.184.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48abf615cce7e7689ff033645fcdd1157857700919fe766a9df8b9d820cd22b7
|
3 |
+
size 5265
|
runs/Dec06_13-52-35_bb36e6d5cf3b/events.out.tfevents.1733493165.bb36e6d5cf3b.184.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcef0822a5fe044f94de81574768814f351bbfb16387cc6b3074582ad861b199
|
3 |
+
size 5265
|
runs/Dec06_13-52-35_bb36e6d5cf3b/events.out.tfevents.1733493289.bb36e6d5cf3b.184.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de7b7030fe9e5f2086993f5de1f56d0e58371c91deabc5ca342ae58a5b59745b
|
3 |
+
size 10442
|
runs/Dec06_13-59-53_bb36e6d5cf3b/events.out.tfevents.1733493601.bb36e6d5cf3b.184.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8a8ce54a0c2fdb452d422ae8ab29d37a3ba948d16e7ce93bd9f51e347d7ab36
|
3 |
+
size 4184
|
runs/Dec06_13-59-53_bb36e6d5cf3b/events.out.tfevents.1733493632.bb36e6d5cf3b.184.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1f79970f353827d5d9392ba98e9aad3fa5fce50a2b76f66c94b0151814e6c82
|
3 |
+
size 4184
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:921549871997ef148fe51004adcd22c6d01d675e40651ddabef46644a7aa9e5d
|
3 |
+
size 5304
|