update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: outputs
|
| 7 |
results: []
|
|
@@ -14,8 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 18 |
-
-
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -46,12 +54,12 @@ The following hyperparameters were used during training:
|
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
-
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 51 |
-
| No log | 1.0 | 6 | 0.
|
| 52 |
-
| No log | 2.0 | 12 | 0.
|
| 53 |
-
| No log | 3.0 | 18 | 0.
|
| 54 |
-
| No log | 4.0 | 24 | 0.
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
|
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- f1
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
model-index:
|
| 11 |
- name: outputs
|
| 12 |
results: []
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.0926
|
| 23 |
+
- Accuracy: 0.8780
|
| 24 |
+
- F1: 0.3881
|
| 25 |
+
- Precision: 0.5417
|
| 26 |
+
- Recall: 0.3023
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
+
| No log | 1.0 | 6 | 0.0874 | 0.8810 | 0.4118 | 0.56 | 0.3256 |
|
| 60 |
+
| No log | 2.0 | 12 | 0.0936 | 0.8839 | 0.4000 | 0.5909 | 0.3023 |
|
| 61 |
+
| No log | 3.0 | 18 | 0.0922 | 0.8780 | 0.3881 | 0.5417 | 0.3023 |
|
| 62 |
+
| No log | 4.0 | 24 | 0.0926 | 0.8780 | 0.3881 | 0.5417 | 0.3023 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|