End of training
Browse files- README.md +3 -1
- all_results.json +13 -0
- eval_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ 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 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vit-cifar100-cifar100
|
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.2955
|
22 |
- Accuracy: 0.9241
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
+
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
18 |
|
19 |
# vit-cifar100-cifar100
|
20 |
|
21 |
+
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 cifar100 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.2955
|
24 |
- Accuracy: 0.9241
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_accuracy": 0.9241333333333334,
|
4 |
+
"eval_loss": 0.2954551577568054,
|
5 |
+
"eval_runtime": 121.8517,
|
6 |
+
"eval_samples_per_second": 61.55,
|
7 |
+
"eval_steps_per_second": 7.698,
|
8 |
+
"total_flos": 1.64815115092992e+19,
|
9 |
+
"train_loss": 1.1898613937197713,
|
10 |
+
"train_runtime": 10288.1641,
|
11 |
+
"train_samples_per_second": 20.655,
|
12 |
+
"train_steps_per_second": 2.582
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_accuracy": 0.9241333333333334,
|
4 |
+
"eval_loss": 0.2954551577568054,
|
5 |
+
"eval_runtime": 121.8517,
|
6 |
+
"eval_samples_per_second": 61.55,
|
7 |
+
"eval_steps_per_second": 7.698
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"total_flos": 1.64815115092992e+19,
|
4 |
+
"train_loss": 1.1898613937197713,
|
5 |
+
"train_runtime": 10288.1641,
|
6 |
+
"train_samples_per_second": 20.655,
|
7 |
+
"train_steps_per_second": 2.582
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|