Model save
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 1.
|
18 |
-
- F1 Macro: 0.
|
19 |
-
- Precision Macro: 0.
|
20 |
-
- Recall Macro: 0.
|
21 |
-
- Exact Match Ratio: 0.
|
22 |
-
- Hamming Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | Precision Macro | Recall Macro | Exact Match Ratio | Hamming Accuracy |
|
54 |
|:-------------:|:------:|:-----:|:---------------:|:--------:|:---------------:|:------------:|:-----------------:|:----------------:|
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 1.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.3969
|
18 |
+
- F1 Macro: 0.2636
|
19 |
+
- Precision Macro: 0.2180
|
20 |
+
- Recall Macro: 0.4145
|
21 |
+
- Exact Match Ratio: 0.0003
|
22 |
+
- Hamming Accuracy: 0.7557
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | Precision Macro | Recall Macro | Exact Match Ratio | Hamming Accuracy |
|
54 |
|:-------------:|:------:|:-----:|:---------------:|:--------:|:---------------:|:------------:|:-----------------:|:----------------:|
|
55 |
+
| 1.3045 | 0.1250 | 3194 | 1.4774 | 0.1609 | 0.1518 | 0.2915 | 0.0 | 0.7280 |
|
56 |
+
| 0.8881 | 1.1250 | 6388 | 1.4002 | 0.2035 | 0.1952 | 0.3239 | 0.0 | 0.7537 |
|
57 |
+
| 1.0683 | 2.1250 | 9582 | 1.4017 | 0.2014 | 0.1999 | 0.3470 | 0.0 | 0.7403 |
|
58 |
+
| 0.7672 | 3.1250 | 12776 | 1.4316 | 0.2280 | 0.1893 | 0.3459 | 0.0022 | 0.7566 |
|
59 |
+
| 0.8529 | 4.1250 | 15970 | 1.4307 | 0.2333 | 0.2011 | 0.3484 | 0.0003 | 0.7650 |
|
60 |
+
| 1.0022 | 5.1250 | 19164 | 1.4566 | 0.2367 | 0.2095 | 0.3404 | 0.0005 | 0.7734 |
|
61 |
+
| 1.3422 | 6.1250 | 22358 | 1.4297 | 0.2602 | 0.2127 | 0.3922 | 0.0005 | 0.7634 |
|
62 |
+
| 1.0641 | 7.1247 | 25544 | 1.3969 | 0.2636 | 0.2180 | 0.4145 | 0.0003 | 0.7557 |
|
63 |
|
64 |
|
65 |
### Framework versions
|