🍻 cheers
Browse files- README.md +5 -4
- all_results.json +14 -0
- eval_results.json +9 -0
- runs/May26_21-17-58_382ab6ecce79/events.out.tfevents.1748296446.382ab6ecce79.2894.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: facebook/deit-base-distilled-patch16-224
|
| 5 |
tags:
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
|
@@ -17,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# deit-ena24_MD
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss:
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: facebook/deit-base-distilled-patch16-224
|
| 5 |
tags:
|
| 6 |
+
- image-classification
|
| 7 |
- generated_from_trainer
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
|
|
|
| 18 |
|
| 19 |
# deit-ena24_MD
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on the ena24_MD dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 1.8782
|
| 24 |
+
- Accuracy: 0.5459
|
| 25 |
+
- F1: 0.4851
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
all_results.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 7.0,
|
| 3 |
+
"eval_accuracy": 0.5458984375,
|
| 4 |
+
"eval_f1": 0.4850728176848004,
|
| 5 |
+
"eval_loss": 1.8781644105911255,
|
| 6 |
+
"eval_runtime": 11.1359,
|
| 7 |
+
"eval_samples_per_second": 91.955,
|
| 8 |
+
"eval_steps_per_second": 11.494,
|
| 9 |
+
"total_flos": 3.4451671728854016e+18,
|
| 10 |
+
"train_loss": 0.15614588180392136,
|
| 11 |
+
"train_runtime": 2125.5995,
|
| 12 |
+
"train_samples_per_second": 20.912,
|
| 13 |
+
"train_steps_per_second": 2.615
|
| 14 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 7.0,
|
| 3 |
+
"eval_accuracy": 0.5458984375,
|
| 4 |
+
"eval_f1": 0.4850728176848004,
|
| 5 |
+
"eval_loss": 1.8781644105911255,
|
| 6 |
+
"eval_runtime": 11.1359,
|
| 7 |
+
"eval_samples_per_second": 91.955,
|
| 8 |
+
"eval_steps_per_second": 11.494
|
| 9 |
+
}
|
runs/May26_21-17-58_382ab6ecce79/events.out.tfevents.1748296446.382ab6ecce79.2894.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9247c05a64a0f9347df70070ccf8dfbeec4a47fa6ab0095110507971fa2ffd8
|
| 3 |
+
size 826
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 7.0,
|
| 3 |
+
"total_flos": 3.4451671728854016e+18,
|
| 4 |
+
"train_loss": 0.15614588180392136,
|
| 5 |
+
"train_runtime": 2125.5995,
|
| 6 |
+
"train_samples_per_second": 20.912,
|
| 7 |
+
"train_steps_per_second": 2.615
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|