jrbeduardo
commited on
Commit
•
f9b41eb
1
Parent(s):
3fa0709
Clasificador de enfermedaes de frijolitos v2
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -16,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vit-model-jrbeduardo-v2
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0727
|
22 |
- Accuracy: 0.9850
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# vit-model-jrbeduardo-v2
|
19 |
|
20 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the AI-Lab-Makerere/beans dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0727
|
23 |
- Accuracy: 0.9850
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.9849624060150376,
|
4 |
+
"eval_loss": 0.07273109257221222,
|
5 |
+
"eval_runtime": 2.2074,
|
6 |
+
"eval_samples_per_second": 60.253,
|
7 |
+
"eval_steps_per_second": 7.702,
|
8 |
+
"total_flos": 3.205097416476426e+17,
|
9 |
+
"train_loss": 0.14536463351776965,
|
10 |
+
"train_runtime": 238.7803,
|
11 |
+
"train_samples_per_second": 17.321,
|
12 |
+
"train_steps_per_second": 2.178
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.9849624060150376,
|
4 |
+
"eval_loss": 0.07273109257221222,
|
5 |
+
"eval_runtime": 2.2074,
|
6 |
+
"eval_samples_per_second": 60.253,
|
7 |
+
"eval_steps_per_second": 7.702
|
8 |
+
}
|
runs/Oct31_23-43-17_18b84efbb24e/events.out.tfevents.1730418586.18b84efbb24e.661.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6227fb802354b8b96682a9943fb76c920244844bac47e1d950dd48c999d7494b
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"total_flos": 3.205097416476426e+17,
|
4 |
+
"train_loss": 0.14536463351776965,
|
5 |
+
"train_runtime": 238.7803,
|
6 |
+
"train_samples_per_second": 17.321,
|
7 |
+
"train_steps_per_second": 2.178
|
8 |
+
}
|