update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +36,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
- seed: 42
|
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 | 46 | 0.
|
52 |
-
| No log | 2.0 | 92 | 0.
|
53 |
-
| No log | 3.0 | 138 | 0.
|
54 |
-
| No log | 4.0 | 184 | 0.
|
55 |
-
| No log | 5.0 | 230 | 0.
|
56 |
-
| No log | 6.0 | 276 | 0.
|
57 |
-
| No log | 7.0 | 322 | 0.
|
58 |
-
| No log | 8.0 | 368 | 0.
|
59 |
-
| No log | 9.0 | 414 | 0.
|
60 |
-
| No log | 10.0 | 460 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
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.2554
|
20 |
+
- Accuracy: 0.9392
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 3e-05
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
- seed: 42
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 46 | 0.2599 | 0.9171 |
|
52 |
+
| No log | 2.0 | 92 | 0.2205 | 0.9254 |
|
53 |
+
| No log | 3.0 | 138 | 0.2175 | 0.9309 |
|
54 |
+
| No log | 4.0 | 184 | 0.2114 | 0.9309 |
|
55 |
+
| No log | 5.0 | 230 | 0.2509 | 0.9337 |
|
56 |
+
| No log | 6.0 | 276 | 0.2510 | 0.9309 |
|
57 |
+
| No log | 7.0 | 322 | 0.2412 | 0.9392 |
|
58 |
+
| No log | 8.0 | 368 | 0.2540 | 0.9392 |
|
59 |
+
| No log | 9.0 | 414 | 0.2535 | 0.9392 |
|
60 |
+
| No log | 10.0 | 460 | 0.2554 | 0.9392 |
|
61 |
|
62 |
|
63 |
### Framework versions
|