TirathP/cifar-10-lt
Browse files- README.md +25 -1
- all_results.json +14 -0
- eval_results.json +9 -0
- train_results.json +8 -0
- trainer_state.json +28 -0
README.md
CHANGED
@@ -2,12 +2,32 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- cifar10-lt
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: cifar10-lt
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +36,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# cifar10-lt
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the cifar10-lt dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- cifar10-lt
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- f1
|
12 |
model-index:
|
13 |
- name: cifar10-lt
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Image Classification
|
17 |
+
type: image-classification
|
18 |
+
dataset:
|
19 |
+
name: cifar10-lt
|
20 |
+
type: cifar10-lt
|
21 |
+
config: r-10
|
22 |
+
split: test
|
23 |
+
args: r-10
|
24 |
+
metrics:
|
25 |
+
- name: Accuracy
|
26 |
+
type: accuracy
|
27 |
+
value: 0.9659
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 0.9660399066727052
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
# cifar10-lt
|
37 |
|
38 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the cifar10-lt dataset.
|
39 |
+
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.1132
|
41 |
+
- Accuracy: 0.9659
|
42 |
+
- F1: 0.9660
|
43 |
|
44 |
## Model description
|
45 |
|
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.9659,
|
4 |
+
"eval_f1": 0.9660399066727052,
|
5 |
+
"eval_loss": 0.11315246671438217,
|
6 |
+
"eval_runtime": 165.1131,
|
7 |
+
"eval_samples_per_second": 60.565,
|
8 |
+
"eval_steps_per_second": 7.571,
|
9 |
+
"total_flos": 9.494999324173763e+17,
|
10 |
+
"train_loss": 0.16274744272232056,
|
11 |
+
"train_runtime": 485.7503,
|
12 |
+
"train_samples_per_second": 25.223,
|
13 |
+
"train_steps_per_second": 0.791
|
14 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_accuracy": 0.9659,
|
4 |
+
"eval_f1": 0.9660399066727052,
|
5 |
+
"eval_loss": 0.11315246671438217,
|
6 |
+
"eval_runtime": 165.1131,
|
7 |
+
"eval_samples_per_second": 60.565,
|
8 |
+
"eval_steps_per_second": 7.571
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 9.494999324173763e+17,
|
4 |
+
"train_loss": 0.16274744272232056,
|
5 |
+
"train_runtime": 485.7503,
|
6 |
+
"train_samples_per_second": 25.223,
|
7 |
+
"train_steps_per_second": 0.791
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 1000,
|
6 |
+
"global_step": 384,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 3.0,
|
13 |
+
"step": 384,
|
14 |
+
"total_flos": 9.494999324173763e+17,
|
15 |
+
"train_loss": 0.16274744272232056,
|
16 |
+
"train_runtime": 485.7503,
|
17 |
+
"train_samples_per_second": 25.223,
|
18 |
+
"train_steps_per_second": 0.791
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"logging_steps": 1000,
|
22 |
+
"max_steps": 384,
|
23 |
+
"num_train_epochs": 3,
|
24 |
+
"save_steps": 1000,
|
25 |
+
"total_flos": 9.494999324173763e+17,
|
26 |
+
"trial_name": null,
|
27 |
+
"trial_params": null
|
28 |
+
}
|