End of training
Browse files- README.md +5 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Apr22_18-18-04_ebfa2fd32231/events.out.tfevents.1745351689.ebfa2fd32231.204.1 +3 -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,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# image_segmentation_classifier
|
| 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.
|
| 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 |
+
- vision
|
| 8 |
- generated_from_trainer
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
|
|
|
| 18 |
|
| 19 |
# image_segmentation_classifier
|
| 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 taresco/newspaper_ocr dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0033
|
| 24 |
+
- Accuracy: 0.9993
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
all_results.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"eval_accuracy": 0.9993024066968957,
|
| 4 |
+
"eval_loss": 0.003324420191347599,
|
| 5 |
+
"eval_runtime": 127.0066,
|
| 6 |
+
"eval_samples_per_second": 22.574,
|
| 7 |
+
"eval_steps_per_second": 2.827,
|
| 8 |
+
"total_flos": 6.293899396497162e+18,
|
| 9 |
+
"train_loss": 0.00641422240726846,
|
| 10 |
+
"train_runtime": 5338.9651,
|
| 11 |
+
"train_samples_per_second": 15.213,
|
| 12 |
+
"train_steps_per_second": 1.902
|
| 13 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"eval_accuracy": 0.9993024066968957,
|
| 4 |
+
"eval_loss": 0.003324420191347599,
|
| 5 |
+
"eval_runtime": 127.0066,
|
| 6 |
+
"eval_samples_per_second": 22.574,
|
| 7 |
+
"eval_steps_per_second": 2.827
|
| 8 |
+
}
|
runs/Apr22_18-18-04_ebfa2fd32231/events.out.tfevents.1745351689.ebfa2fd32231.204.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b670db8e66868369ff48638712cf12e4d5284c0c4baeaef8b54fee64d8bf8a8
|
| 3 |
+
size 411
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 5.0,
|
| 3 |
+
"total_flos": 6.293899396497162e+18,
|
| 4 |
+
"train_loss": 0.00641422240726846,
|
| 5 |
+
"train_runtime": 5338.9651,
|
| 6 |
+
"train_samples_per_second": 15.213,
|
| 7 |
+
"train_steps_per_second": 1.902
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|