End of training
Browse files- README.md +10 -8
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -16,12 +16,12 @@ model-index:
|
|
| 16 |
name: fair_face
|
| 17 |
type: fair_face
|
| 18 |
config: '0.25'
|
| 19 |
-
split: train[:
|
| 20 |
args: '0.25'
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
-
value: 0.
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 31 |
|
| 32 |
This model is a fine-tuned version of [nateraw/vit-age-classifier](https://huggingface.co/nateraw/vit-age-classifier) on the fair_face dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss:
|
| 35 |
-
- Accuracy: 0.
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -60,15 +60,17 @@ The following hyperparameters were used during training:
|
|
| 60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
- lr_scheduler_type: linear
|
| 62 |
- lr_scheduler_warmup_ratio: 0.1
|
| 63 |
-
- num_epochs:
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
|
|
|
| 16 |
name: fair_face
|
| 17 |
type: fair_face
|
| 18 |
config: '0.25'
|
| 19 |
+
split: train[:10000]
|
| 20 |
args: '0.25'
|
| 21 |
metrics:
|
| 22 |
- name: Accuracy
|
| 23 |
type: accuracy
|
| 24 |
+
value: 0.601
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
This model is a fine-tuned version of [nateraw/vit-age-classifier](https://huggingface.co/nateraw/vit-age-classifier) on the fair_face dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.9464
|
| 35 |
+
- Accuracy: 0.601
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
- lr_scheduler_type: linear
|
| 62 |
- lr_scheduler_warmup_ratio: 0.1
|
| 63 |
+
- num_epochs: 5
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
+
| 0.9107 | 1.0 | 125 | 0.9360 | 0.6065 |
|
| 70 |
+
| 0.7945 | 2.0 | 250 | 0.9545 | 0.588 |
|
| 71 |
+
| 1.0256 | 3.0 | 375 | 1.0144 | 0.586 |
|
| 72 |
+
| 0.7354 | 4.0 | 500 | 0.9726 | 0.594 |
|
| 73 |
+
| 0.6979 | 5.0 | 625 | 0.9735 | 0.5995 |
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343288497
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26178d82cb572b9379a023ed843823602a316daffd7fedac403312919dc7a4f8
|
| 3 |
size 343288497
|