update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
@@ -13,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# da-sentiment
|
15 |
|
16 |
-
This model
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,11 +48,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| No log | 1.0 |
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
14 |
|
15 |
# da-sentiment
|
16 |
|
17 |
+
This model is a fine-tuned version of [Maltehb/danish-bert-botxo](https://huggingface.co/Maltehb/danish-bert-botxo) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3290
|
20 |
+
- Accuracy: 0.8802
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 66 | 0.6246 | 0.7852 |
|
52 |
+
| 0.6993 | 2.0 | 132 | 0.3932 | 0.8460 |
|
53 |
+
| 0.6993 | 3.0 | 198 | 0.3462 | 0.8631 |
|
54 |
+
| 0.318 | 4.0 | 264 | 0.3279 | 0.8745 |
|
55 |
+
| 0.318 | 5.0 | 330 | 0.3290 | 0.8802 |
|
56 |
|
57 |
|
58 |
### Framework versions
|