useful_charts_table_text_images_vs_useless_images_classifier
Browse files- README.md +4 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Nov07_16-43-43_MSI/events.out.tfevents.1731006535.MSI.8160.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -3,6 +3,7 @@ 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,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# model_dir
|
| 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
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/vit-base-patch16-224-in21k
|
| 5 |
tags:
|
| 6 |
+
- image-classification
|
| 7 |
- generated_from_trainer
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
|
|
|
| 17 |
|
| 18 |
# model_dir
|
| 19 |
|
| 20 |
+
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 codewithaman/useful_charts_table_text_images_vs_useless_images dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.0851
|
| 23 |
+
- Accuracy: 0.9853
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
all_results.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"eval_accuracy": 0.9853479853479854,
|
| 4 |
+
"eval_loss": 0.08512182533740997,
|
| 5 |
+
"eval_runtime": 45.1707,
|
| 6 |
+
"eval_samples_per_second": 12.087,
|
| 7 |
+
"eval_steps_per_second": 1.528,
|
| 8 |
+
"total_flos": 1.5293819070335877e+18,
|
| 9 |
+
"train_loss": 0.20495193709398876,
|
| 10 |
+
"train_runtime": 28441.8571,
|
| 11 |
+
"train_samples_per_second": 0.694,
|
| 12 |
+
"train_steps_per_second": 0.694
|
| 13 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"eval_accuracy": 0.9853479853479854,
|
| 4 |
+
"eval_loss": 0.08512182533740997,
|
| 5 |
+
"eval_runtime": 45.1707,
|
| 6 |
+
"eval_samples_per_second": 12.087,
|
| 7 |
+
"eval_steps_per_second": 1.528
|
| 8 |
+
}
|
runs/Nov07_16-43-43_MSI/events.out.tfevents.1731006535.MSI.8160.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de0e3712116a9b77ffbaa7c59593c0031042e335f68d8364fa00548fb3c25608
|
| 3 |
+
size 417
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 4.0,
|
| 3 |
+
"total_flos": 1.5293819070335877e+18,
|
| 4 |
+
"train_loss": 0.20495193709398876,
|
| 5 |
+
"train_runtime": 28441.8571,
|
| 6 |
+
"train_samples_per_second": 0.694,
|
| 7 |
+
"train_steps_per_second": 0.694
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|