Aruno commited on
Commit
22c3f41
1 Parent(s): 9428e37

End of training

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - imagefolder
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: gemini-beauty
10
+ results:
11
+ - task:
12
+ name: Image Classification
13
+ type: image-classification
14
+ dataset:
15
+ name: imagefolder
16
+ type: imagefolder
17
+ config: default
18
+ split: train
19
+ args: default
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.4199070160608622
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # gemini-beauty
30
+
31
+ This model is a fine-tuned version of [](https://huggingface.co/) on the imagefolder dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.2337
34
+ - Accuracy: 0.4199
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 32
56
+ - seed: 42
57
+ - gradient_accumulation_steps: 4
58
+ - total_train_batch_size: 128
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 1
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.3729 | 1.0 | 148 | 1.2337 | 0.4199 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.36.2
74
+ - Pytorch 2.1.2+cu121
75
+ - Datasets 2.16.1
76
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileNetV2ForImageClassification"
4
+ ],
5
+ "classifier_dropout_prob": 0.8,
6
+ "depth_divisible_by": 8,
7
+ "depth_multiplier": 1.0,
8
+ "expand_ratio": 6.0,
9
+ "finegrained_output": true,
10
+ "first_layer_is_expansion": true,
11
+ "hidden_act": "relu6",
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4"
18
+ },
19
+ "image_size": 224,
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
+ "layer_norm_eps": 0.001,
29
+ "min_depth": 8,
30
+ "model_type": "mobilenet_v2",
31
+ "num_channels": 3,
32
+ "output_stride": 32,
33
+ "problem_type": "single_label_classification",
34
+ "semantic_loss_ignore_index": 255,
35
+ "tf_padding": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.36.2"
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6889133d2d341b6de5fbcd169a5078ab25f4dbc04594c491c7e01e905e38636d
3
+ size 9095588
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.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "MobileNetV2ImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ }
26
+ }
runs/Jan11_14-29-39_arnaud-Mouse-GPU/events.out.tfevents.1704950979.arnaud-Mouse-GPU.60856.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01d99f6bc51137783c03ca340b2292b4d556db3f49e8f32fe858c1c7f2b98d7
3
+ size 5025
runs/Jan11_14-31-40_arnaud-Mouse-GPU/events.out.tfevents.1704951100.arnaud-Mouse-GPU.3993.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319d12f8de6ae9f7136b6babaf524d51b29190d49793add511a69878292bf4d6
3
+ size 5949
runs/Jan11_14-32-53_arnaud-Mouse-GPU/events.out.tfevents.1704951173.arnaud-Mouse-GPU.4382.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9a36ed1e7b370951e01e16299ea767b6a9840df487be9f6c0420afb99e4cfa
3
+ size 19512
runs/Jan11_14-36-40_arnaud-Mouse-GPU/events.out.tfevents.1704951400.arnaud-Mouse-GPU.5623.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38f187f544bc8f5de6274d999e4752dece9ee04c17a43810fa93d737ebdbe33
3
+ size 12604
runs/Jan11_14-40-22_arnaud-Mouse-GPU/events.out.tfevents.1704951623.arnaud-Mouse-GPU.6376.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0816ec512d6f4c903f50a0aef96560afd21b85a7e34294019589d271140fd9cf
3
+ size 12631
runs/Jan11_14-44-15_arnaud-Mouse-GPU/events.out.tfevents.1704951856.arnaud-Mouse-GPU.6883.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e468c7061418deab825ffd44d9eb4b2284225e1d9190c65e3f12fdff373c34
3
+ size 12631
runs/Jan11_14-48-22_arnaud-Mouse-GPU/events.out.tfevents.1704952103.arnaud-Mouse-GPU.7958.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5970ff74c575dc200b95d4a0857d2e53a768bd8dc65d8e45ed2c6f3ea2f122b
3
+ size 7275
runs/Jan11_14-51-14_arnaud-Mouse-GPU/events.out.tfevents.1704952275.arnaud-Mouse-GPU.8426.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59adccd2322347a70ac97552769d24f733b0c085f08a011efe0999f9ccbc8517
3
+ size 7275
runs/Jan11_14-53-21_arnaud-Mouse-GPU/events.out.tfevents.1704952401.arnaud-Mouse-GPU.8727.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:184eea2713d25efa2c99c0aeb8067b311ace11c8e51a92cff64e6d6165e9dbf5
3
+ size 7275
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ed4a14d093060eebd38fd4e3feb239f153cb9136f59b359f44b29f9d93b241
3
+ size 4792