Model save
Browse files
README.md
CHANGED
|
@@ -16,16 +16,16 @@ model-index:
|
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
|
| 19 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/ivkovicdanica555-Student/huggingface/runs/
|
| 20 |
# my_awesome_model
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
-
- F1: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
|
| 19 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/ivkovicdanica555-Student/huggingface/runs/4649rwz9)
|
| 20 |
# my_awesome_model
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.4386
|
| 25 |
+
- Accuracy: 0.8569
|
| 26 |
+
- Precision: 0.8576
|
| 27 |
+
- Recall: 0.8571
|
| 28 |
+
- F1: 0.8559
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
+
| 0.5211 | 1.0 | 5000 | 0.5037 | 0.8327 | 0.8408 | 0.8331 | 0.8294 |
|
| 60 |
+
| 0.4159 | 2.0 | 10000 | 0.4410 | 0.8517 | 0.8546 | 0.8520 | 0.8519 |
|
| 61 |
+
| 0.3468 | 3.0 | 15000 | 0.4386 | 0.8569 | 0.8576 | 0.8571 | 0.8559 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|