Commit
•
e0f7b2c
1
Parent(s):
916fc28
End of training
Browse files- README.md +5 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Oct11_11-57-36_ffc422cc869e/events.out.tfevents.1728659288.ffc422cc869e.1466.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: facebook/convnextv2-tiny-1k-224
|
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 |
# convnextv2-tiny-1k-224-text
|
18 |
|
19 |
-
This model is a fine-tuned version of [facebook/convnextv2-tiny-1k-224](https://huggingface.co/facebook/convnextv2-tiny-1k-224) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: facebook/convnextv2-tiny-1k-224
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
+
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
18 |
|
19 |
# convnextv2-tiny-1k-224-text
|
20 |
|
21 |
+
This model is a fine-tuned version of [facebook/convnextv2-tiny-1k-224](https://huggingface.co/facebook/convnextv2-tiny-1k-224) on the davanstrien/zenodo-presentations-open-labels dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4554
|
24 |
+
- Accuracy: 0.7874
|
25 |
|
26 |
## Model description
|
27 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 200.0,
|
3 |
+
"eval_accuracy": 0.7874015748031497,
|
4 |
+
"eval_loss": 0.4553995728492737,
|
5 |
+
"eval_runtime": 6.0905,
|
6 |
+
"eval_samples_per_second": 41.705,
|
7 |
+
"eval_steps_per_second": 0.657,
|
8 |
+
"total_flos": 7.223651244601344e+18,
|
9 |
+
"train_loss": 0.17802202463150024,
|
10 |
+
"train_runtime": 11399.934,
|
11 |
+
"train_samples_per_second": 25.176,
|
12 |
+
"train_steps_per_second": 0.404
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 200.0,
|
3 |
+
"eval_accuracy": 0.7874015748031497,
|
4 |
+
"eval_loss": 0.4553995728492737,
|
5 |
+
"eval_runtime": 6.0905,
|
6 |
+
"eval_samples_per_second": 41.705,
|
7 |
+
"eval_steps_per_second": 0.657
|
8 |
+
}
|
runs/Oct11_11-57-36_ffc422cc869e/events.out.tfevents.1728659288.ffc422cc869e.1466.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dbae915f548b926cfad696c5e1ca52830103098c3dd7f84c4d64f49c3d37a10
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 200.0,
|
3 |
+
"total_flos": 7.223651244601344e+18,
|
4 |
+
"train_loss": 0.17802202463150024,
|
5 |
+
"train_runtime": 11399.934,
|
6 |
+
"train_samples_per_second": 25.176,
|
7 |
+
"train_steps_per_second": 0.404
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|