Lo logramos
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 |
# vit_model
|
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.0388
|
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 |
# vit_model
|
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 beans dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0388
|
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.038774531334638596,
|
5 |
+
"eval_runtime": 2.4995,
|
6 |
+
"eval_samples_per_second": 53.21,
|
7 |
+
"eval_steps_per_second": 6.801,
|
8 |
+
"total_flos": 3.205097416476426e+17,
|
9 |
+
"train_loss": 0.12724698078460417,
|
10 |
+
"train_runtime": 192.7927,
|
11 |
+
"train_samples_per_second": 21.453,
|
12 |
+
"train_steps_per_second": 2.697
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.038774531334638596,
|
5 |
+
"eval_runtime": 2.4995,
|
6 |
+
"eval_samples_per_second": 53.21,
|
7 |
+
"eval_steps_per_second": 6.801
|
8 |
+
}
|
runs/Apr29_00-46-58_f6204f80b109/events.out.tfevents.1714351839.f6204f80b109.655.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bfa6e03e2fd385d9eb382c6bcff66084f45e555371f367e3ea0d0c6cfe523db
|
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.12724698078460417,
|
5 |
+
"train_runtime": 192.7927,
|
6 |
+
"train_samples_per_second": 21.453,
|
7 |
+
"train_steps_per_second": 2.697
|
8 |
+
}
|