End of training
Browse files- README.md +2 -1
- trainer_state.json +60 -0
README.md
CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224
|
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 |
# PagesClassificationModel
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.0031
|
22 |
- Accuracy: 1.0
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# PagesClassificationModel
|
19 |
|
20 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the private_images_dataset dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0031
|
23 |
- Accuracy: 1.0
|
trainer_state.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 51,
|
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": 51,
|
14 |
+
"total_flos": 3.045462487125811e+16,
|
15 |
+
"train_loss": 0.1802522621902765,
|
16 |
+
"train_runtime": 46.5838,
|
17 |
+
"train_samples_per_second": 8.436,
|
18 |
+
"train_steps_per_second": 1.095
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 3.0,
|
22 |
+
"eval_accuracy": 1.0,
|
23 |
+
"eval_loss": 0.003107850207015872,
|
24 |
+
"eval_runtime": 3.2836,
|
25 |
+
"eval_samples_per_second": 10.05,
|
26 |
+
"eval_steps_per_second": 1.523,
|
27 |
+
"step": 51
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 3.0,
|
31 |
+
"eval_accuracy": 1.0,
|
32 |
+
"eval_loss": 0.003107850207015872,
|
33 |
+
"eval_runtime": 3.2096,
|
34 |
+
"eval_samples_per_second": 10.282,
|
35 |
+
"eval_steps_per_second": 1.558,
|
36 |
+
"step": 51
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"logging_steps": 500,
|
40 |
+
"max_steps": 51,
|
41 |
+
"num_input_tokens_seen": 0,
|
42 |
+
"num_train_epochs": 3,
|
43 |
+
"save_steps": 500,
|
44 |
+
"stateful_callbacks": {
|
45 |
+
"TrainerControl": {
|
46 |
+
"args": {
|
47 |
+
"should_epoch_stop": false,
|
48 |
+
"should_evaluate": false,
|
49 |
+
"should_log": false,
|
50 |
+
"should_save": true,
|
51 |
+
"should_training_stop": true
|
52 |
+
},
|
53 |
+
"attributes": {}
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"total_flos": 3.045462487125811e+16,
|
57 |
+
"train_batch_size": 8,
|
58 |
+
"trial_name": null,
|
59 |
+
"trial_params": null
|
60 |
+
}
|