Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,20 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
<span style="color: blue">[KBLab](https://www.kb.se/in-english/research-collaboration/kblab.html)</span> is a national research infrastructure for digital humanities and social science at the <span style="color: blue">[National Library of Sweden](https://kb.se/)</span>. We train models, do experiments and sometimes <span style="color: blue">[blog](https://kb-labb.github.io/)</span>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<span style="color: blue">[KBLab](https://www.kb.se/in-english/research-collaboration/kblab.html)</span> is a national research infrastructure for digital humanities and social science at the <span style="color: blue">[National Library of Sweden](https://kb.se/)</span>. We train models, do experiments and sometimes <span style="color: blue">[blog](https://kb-labb.github.io/)</span>.
|
| 11 |
+
|
| 12 |
+
Some of our most popular models are
|
| 13 |
+
- [the original KB-BERT](https://huggingface.co/KBLab/bert-base-swedish-cased)
|
| 14 |
+
- [a large BERT trained with Megatron-LM](https://huggingface.co/KBLab/megatron-bert-large-swedish-cased-165k)
|
| 15 |
+
- [a Sentence-BERT](https://huggingface.co/KBLab/sentence-bert-swedish-cased)
|
| 16 |
+
- [a NER model trained on a mix of cased and uncased data](https://huggingface.co/KBLab/bert-base-swedish-lowermix-reallysimple-ner)
|
| 17 |
+
- [a wav2vec model](https://huggingface.co/KBLab/wav2vec2-large-voxrex-swedish)
|
| 18 |
+
- [a BART model](https://huggingface.co/KBLab/bart-base-swedish-cased)
|
| 19 |
+
- ...
|
| 20 |
+
|
| 21 |
+
Additionally we provide previous checkpoints for some models and other models closely related to those above.
|
| 22 |
+
Models related to each other are linked in the respective model cards.
|
| 23 |
+
|
| 24 |
+
If you are unsure which model fits you best feel free to contact us.
|
| 25 |
+
|
| 26 |
+
We also provide a variant of the venerable **SUC 3.0** NER-dataset extended by Språkbanken-Text dubbed [SUCX 3.0 - NER](https://huggingface.co/datasets/KBLab/sucx3_ner) and our own Swedish/Norwegian/Danish GLUE-imitation dubbed [ÖverLim](https://huggingface.co/datasets/KBLab/overlim).
|