Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: convnext
|
6 |
results: []
|
@@ -12,6 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
# convnext
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -45,7 +52,7 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
48 |
-
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
- f1
|
7 |
model-index:
|
8 |
- name: convnext
|
9 |
results: []
|
|
|
15 |
# convnext
|
16 |
|
17 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.0809
|
20 |
+
- Accuracy: 0.76
|
21 |
+
- F1: 0.7543
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 3.6602 | 0.96 | 12 | 3.0809 | 0.76 | 0.7543 |
|
56 |
|
57 |
|
58 |
### Framework versions
|