Image Classification
Transformers
TensorBoard
Safetensors
mobilenet_v2
Generated from Trainer
Eval Results (legacy)
Instructions to use Aruno/gemini-beauty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aruno/gemini-beauty with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Aruno/gemini-beauty") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Aruno/gemini-beauty") model = AutoModelForImageClassification.from_pretrained("Aruno/gemini-beauty", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ model-index:
|
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
| 22 |
type: accuracy
|
| 23 |
-
value: 0.
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -30,8 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 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.
|
| 34 |
-
- Accuracy: 0.
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
@@ -59,13 +59,20 @@ The following hyperparameters were used during training:
|
|
| 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:
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
|
|
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
| 22 |
type: accuracy
|
| 23 |
+
value: 0.5179628064243449
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 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.1160
|
| 34 |
+
- Accuracy: 0.5180
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
|
|
| 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: 8
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
+
| 1.3947 | 1.0 | 148 | 1.2066 | 0.4372 |
|
| 69 |
+
| 1.3332 | 2.0 | 296 | 1.1703 | 0.4734 |
|
| 70 |
+
| 1.2637 | 3.0 | 444 | 1.1678 | 0.4780 |
|
| 71 |
+
| 1.2277 | 4.0 | 592 | 1.1359 | 0.4996 |
|
| 72 |
+
| 1.2704 | 5.0 | 740 | 1.1407 | 0.5002 |
|
| 73 |
+
| 1.2099 | 6.0 | 888 | 1.1332 | 0.5131 |
|
| 74 |
+
| 1.1858 | 7.0 | 1036 | 1.1704 | 0.4803 |
|
| 75 |
+
| 1.156 | 8.0 | 1184 | 1.1160 | 0.5180 |
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9095588
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:589d170a21701e6dc587dee480cff903f8e01d7183089135d04934e69efbd30c
|
| 3 |
size 9095588
|
runs/Jan11_16-21-53_arnaud-Mouse-GPU/events.out.tfevents.1704957714.arnaud-Mouse-GPU.17544.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f308bb8b18e1c7b0c9288f54012f51da8e5980d859f6d40a8dc6e8d136a1c7bd
|
| 3 |
+
size 25853
|