Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,11 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: bert-base-multilingual-cased-IDMGSP-danish
|
11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# bert-base-multilingual-cased-IDMGSP-danish
|
18 |
|
19 |
-
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.0123
|
22 |
- Accuracy: {'accuracy': 0.8289043068464459}
|
@@ -69,4 +74,4 @@ The following hyperparameters were used during training:
|
|
69 |
- Transformers 4.35.0
|
70 |
- Pytorch 2.0.1
|
71 |
- Datasets 2.14.6
|
72 |
-
- Tokenizers 0.14.1
|
|
|
9 |
model-index:
|
10 |
- name: bert-base-multilingual-cased-IDMGSP-danish
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- ernlavr/IDMGSP-danish
|
14 |
+
language:
|
15 |
+
- da
|
16 |
+
library_name: transformers
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# bert-base-multilingual-cased-IDMGSP-danish
|
23 |
|
24 |
+
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the on the [ernlavr/IDMGSP-danish](https://huggingface.co/datasets/ernlavr/IDMGSP-danish) dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 1.0123
|
27 |
- Accuracy: {'accuracy': 0.8289043068464459}
|
|
|
74 |
- Transformers 4.35.0
|
75 |
- Pytorch 2.0.1
|
76 |
- Datasets 2.14.6
|
77 |
+
- Tokenizers 0.14.1
|