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 |
|
@@ -41,22 +42,15 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| No log | 1.0 | 46 | 0.
|
51 |
-
| No log | 2.0 | 92 | 0.
|
52 |
-
| No log | 3.0 | 138 | 0.
|
53 |
-
| No log | 4.0 | 184 | 0.5492 | 0.9365 |
|
54 |
-
| No log | 5.0 | 230 | 0.6775 | 0.9061 |
|
55 |
-
| No log | 6.0 | 276 | 0.6767 | 0.9199 |
|
56 |
-
| No log | 7.0 | 322 | 0.5680 | 0.9309 |
|
57 |
-
| No log | 8.0 | 368 | 0.5551 | 0.9309 |
|
58 |
-
| No log | 9.0 | 414 | 0.5094 | 0.9309 |
|
59 |
-
| No log | 10.0 | 460 | 0.5176 | 0.9254 |
|
60 |
|
61 |
|
62 |
### 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.2631
|
20 |
+
- Accuracy: 0.9227
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 3
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 46 | 0.2587 | 0.9088 |
|
52 |
+
| No log | 2.0 | 92 | 0.2468 | 0.9254 |
|
53 |
+
| No log | 3.0 | 138 | 0.2631 | 0.9227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|