Instructions to use NekoJar/pretrained_result with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NekoJar/pretrained_result with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="NekoJar/pretrained_result") 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("NekoJar/pretrained_result") model = AutoModelForImageClassification.from_pretrained("NekoJar/pretrained_result", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +9 -13
- all_results.json +6 -6
- eval_results.json +6 -6
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -22,7 +22,7 @@ model-index:
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
-
value: 0.
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [motheecreator/vit-Facial-Expression-Recognition](https://huggingface.co/motheecreator/vit-Facial-Expression-Recognition) on the imagefolder dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss: 0.
|
| 36 |
-
- Accuracy: 0.
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -67,16 +67,12 @@ The following hyperparameters were used during training:
|
|
| 67 |
|
| 68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 69 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.5185 | 6.9904 | 630 | 0.6582 | 0.7772 |
|
| 77 |
-
| 0.484 | 7.9904 | 720 | 0.6471 | 0.7791 |
|
| 78 |
-
| 0.5401 | 8.9904 | 810 | 0.6481 | 0.7803 |
|
| 79 |
-
| 0.5254 | 9.9904 | 900 | 0.6568 | 0.7726 |
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|
|
|
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.7843002237906697
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [motheecreator/vit-Facial-Expression-Recognition](https://huggingface.co/motheecreator/vit-Facial-Expression-Recognition) on the imagefolder dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.6537
|
| 36 |
+
- Accuracy: 0.7843
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 67 |
|
| 68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 69 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 70 |
+
| 0.6131 | 0.9904 | 90 | 0.6537 | 0.7843 |
|
| 71 |
+
| 0.5963 | 1.9904 | 180 | 0.6502 | 0.7824 |
|
| 72 |
+
| 0.5716 | 2.9904 | 270 | 0.6506 | 0.7783 |
|
| 73 |
+
| 0.5616 | 3.9904 | 360 | 0.6429 | 0.7821 |
|
| 74 |
+
| 0.5272 | 4.9904 | 450 | 0.6516 | 0.7772 |
|
| 75 |
+
| 0.5064 | 5.9904 | 540 | 0.6446 | 0.7764 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"eval_accuracy": 0.
|
| 4 |
-
"eval_loss": 0.
|
| 5 |
-
"eval_runtime": 43.
|
| 6 |
-
"eval_samples_per_second": 134.
|
| 7 |
-
"eval_steps_per_second": 4.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 5.990371389270977,
|
| 3 |
+
"eval_accuracy": 0.7843002237906697,
|
| 4 |
+
"eval_loss": 0.6536709070205688,
|
| 5 |
+
"eval_runtime": 43.2062,
|
| 6 |
+
"eval_samples_per_second": 134.448,
|
| 7 |
+
"eval_steps_per_second": 4.212
|
| 8 |
}
|
eval_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"eval_accuracy": 0.
|
| 4 |
-
"eval_loss": 0.
|
| 5 |
-
"eval_runtime": 43.
|
| 6 |
-
"eval_samples_per_second": 134.
|
| 7 |
-
"eval_steps_per_second": 4.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 5.990371389270977,
|
| 3 |
+
"eval_accuracy": 0.7843002237906697,
|
| 4 |
+
"eval_loss": 0.6536709070205688,
|
| 5 |
+
"eval_runtime": 43.2062,
|
| 6 |
+
"eval_samples_per_second": 134.448,
|
| 7 |
+
"eval_steps_per_second": 4.212
|
| 8 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ecadd11ca69024ed0987411161b39cc5e9e4e41ee9c6e9e8589dabc33f5fec1
|
| 3 |
size 343242432
|