robinq commited on
Commit
8f5a7f3
1 Parent(s): 9ce0e65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ widget:
16
 
17
  ## Mixed cased and uncased data
18
 
19
- This model is based on [KB-BERT](https://huggingface.co/KB/bert-base-swedish-cased) and was fine-tuned on the [SUC 3.1](https://huggingface.co/datasets/KBLab/suc3_1) corpus, using the _simple_ tags and partially lowercased data.
20
  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.
21
 
22
  The model was trained on the training data only, with the best model chosen by its performance on the validation data.
 
16
 
17
  ## Mixed cased and uncased data
18
 
19
+ 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 partially lowercased data.
20
  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.
21
 
22
  The model was trained on the training data only, with the best model chosen by its performance on the validation data.