alexoropeza91
commited on
Commit
•
500a111
1
Parent(s):
24284c2
We did it!
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# platzi-vit-model-alex-oropeza
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0438
|
21 |
- Accuracy: 0.9925
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
16 |
|
17 |
# platzi-vit-model-alex-oropeza
|
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 the bean dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0438
|
22 |
- 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.04375087842345238,
|
5 |
+
"eval_runtime": 3.003,
|
6 |
+
"eval_samples_per_second": 44.289,
|
7 |
+
"eval_steps_per_second": 5.661,
|
8 |
+
"total_flos": 3.205097416476426e+17,
|
9 |
+
"train_loss": 0.1270999018676006,
|
10 |
+
"train_runtime": 221.5333,
|
11 |
+
"train_samples_per_second": 18.67,
|
12 |
+
"train_steps_per_second": 2.347
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.04375087842345238,
|
5 |
+
"eval_runtime": 3.003,
|
6 |
+
"eval_samples_per_second": 44.289,
|
7 |
+
"eval_steps_per_second": 5.661
|
8 |
+
}
|
runs/Aug09_04-48-14_270af7c54936/events.out.tfevents.1723179274.270af7c54936.270.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fd8663180ff9b10491e0e17dfff1fbb796d2a6986026b369f0de456687c1ee9
|
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.1270999018676006,
|
5 |
+
"train_runtime": 221.5333,
|
6 |
+
"train_samples_per_second": 18.67,
|
7 |
+
"train_steps_per_second": 2.347
|
8 |
+
}
|