Commit
•
bab8b6f
1
Parent(s):
a079407
End of training
Browse files- README.md +5 -3
- all_results.json +11 -11
- eval_results.json +6 -6
- runs/Oct11_10-24-55_ed9849b3ed7e/events.out.tfevents.1728647095.ed9849b3ed7e.26007.1 +3 -0
- train_results.json +6 -6
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: timm/mobilenetv3_large_100.miil_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 |
# test-timm
|
18 |
|
19 |
-
This model is a fine-tuned version of [timm/mobilenetv3_large_100.miil_in21k](https://huggingface.co/timm/mobilenetv3_large_100.miil_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: timm/mobilenetv3_large_100.miil_in21k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
+
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
18 |
|
19 |
# test-timm
|
20 |
|
21 |
+
This model is a fine-tuned version of [timm/mobilenetv3_large_100.miil_in21k](https://huggingface.co/timm/mobilenetv3_large_100.miil_in21k) on the davanstrien/zenodo-presentations-open-labels dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4897
|
24 |
+
- Accuracy: 0.7913
|
25 |
|
26 |
## Model description
|
27 |
|
all_results.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime": 3.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
-
"total_flos":
|
9 |
-
"train_loss": 0.
|
10 |
-
"train_runtime":
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second": 0.
|
13 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 200.0,
|
3 |
+
"eval_accuracy": 0.7913385826771654,
|
4 |
+
"eval_loss": 0.4896911084651947,
|
5 |
+
"eval_runtime": 3.765,
|
6 |
+
"eval_samples_per_second": 67.464,
|
7 |
+
"eval_steps_per_second": 0.531,
|
8 |
+
"total_flos": 1.089869514338304e+18,
|
9 |
+
"train_loss": 0.30267460563908455,
|
10 |
+
"train_runtime": 4787.5341,
|
11 |
+
"train_samples_per_second": 59.947,
|
12 |
+
"train_steps_per_second": 0.961
|
13 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime": 3.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 200.0,
|
3 |
+
"eval_accuracy": 0.7913385826771654,
|
4 |
+
"eval_loss": 0.4896911084651947,
|
5 |
+
"eval_runtime": 3.765,
|
6 |
+
"eval_samples_per_second": 67.464,
|
7 |
+
"eval_steps_per_second": 0.531
|
8 |
}
|
runs/Oct11_10-24-55_ed9849b3ed7e/events.out.tfevents.1728647095.ed9849b3ed7e.26007.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c86b0f80850104f760c9ddd21f571b204122a266e989f4b90cc22f88226d543
|
3 |
+
size 411
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 200.0,
|
3 |
+
"total_flos": 1.089869514338304e+18,
|
4 |
+
"train_loss": 0.30267460563908455,
|
5 |
+
"train_runtime": 4787.5341,
|
6 |
+
"train_samples_per_second": 59.947,
|
7 |
+
"train_steps_per_second": 0.961
|
8 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|