This is my trial Platzi! 🤗
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 |
# platzi-vit-model-Yomin-Jaramillo
|
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.0303
|
22 |
- Accuracy: 0.9925
|
|
|
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 |
# platzi-vit-model-Yomin-Jaramillo
|
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 beans dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0303
|
23 |
- Accuracy: 0.9925
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.030311042442917824,
|
5 |
+
"eval_runtime": 2.4528,
|
6 |
+
"eval_samples_per_second": 54.223,
|
7 |
+
"eval_steps_per_second": 6.931,
|
8 |
+
"total_flos": 3.205097416476426e+17,
|
9 |
+
"train_loss": 0.13724073191674857,
|
10 |
+
"train_runtime": 277.9556,
|
11 |
+
"train_samples_per_second": 14.88,
|
12 |
+
"train_steps_per_second": 1.871
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.030311042442917824,
|
5 |
+
"eval_runtime": 2.4528,
|
6 |
+
"eval_samples_per_second": 54.223,
|
7 |
+
"eval_steps_per_second": 6.931
|
8 |
+
}
|
runs/Dec13_01-36-51_e3cff10b04d4/events.out.tfevents.1734054178.e3cff10b04d4.1236.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3185709f4af7e4b8279436700d281235521a40ef6637c2c3978a1d14cc44e5ba
|
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.13724073191674857,
|
5 |
+
"train_runtime": 277.9556,
|
6 |
+
"train_samples_per_second": 14.88,
|
7 |
+
"train_steps_per_second": 1.871
|
8 |
+
}
|