Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ widget:
|
|
14 |
|
15 |
## Cased data
|
16 |
|
17 |
-
This model is based on [KB-BERT](https://huggingface.co/KB/bert-base-swedish-cased) and was fine-tuned on the [
|
18 |
For this model we used a variation of the data that did **not** use BIO-encoding to differentiate between the beginnings (B), and insides (I) of named entity tags.
|
19 |
|
20 |
The model was trained on the training data only, with the best model chosen by its performance on the validation data.
|
|
|
14 |
|
15 |
## Cased data
|
16 |
|
17 |
+
This model is based on [KB-BERT](https://huggingface.co/KB/bert-base-swedish-cased) and was fine-tuned on the [SUCX 3.0 - NER](https://huggingface.co/datasets/KBLab/sucx3_ner) corpus, using the _simple_ tags and cased data.
|
18 |
For this model we used a variation of the data that did **not** use BIO-encoding to differentiate between the beginnings (B), and insides (I) of named entity tags.
|
19 |
|
20 |
The model was trained on the training data only, with the best model chosen by its performance on the validation data.
|