Update README.md
Browse files
README.md
CHANGED
@@ -11,12 +11,14 @@ pinned: false
|
|
11 |
|
12 |
Some of our most popular models are
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
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.
|
|
|
11 |
|
12 |
Some of our most popular models are
|
13 |
|
14 |
+
<ul>
|
15 |
+
<li><span style="color: blue"><a href="https://huggingface.co/KBLab/bert-base-swedish-cased">the original KB-BERT</a></span></li>
|
16 |
+
<li><span style="color: blue"><a href="https://huggingface.co/KBLab/megatron-bert-large-swedish-cased-165k">a large BERT trained with Megatron-LM</a></span></li>
|
17 |
+
<li><span style="color: blue"><a href="https://huggingface.co/KBLab/sentence-bert-swedish-cased">a Sentence-BERT</a></span></li>
|
18 |
+
<li><span style="color: blue"><a href="https://huggingface.co/KBLab/bert-base-swedish-lowermix-reallysimple-ner">an NER model trained on a mix of cased and uncased data</a></span></li>
|
19 |
+
<li><span style="color: blue"><a href="https://huggingface.co/KBLab/wav2vec2-large-voxrex-swedish">a wav2vec model</a></span> </li>
|
20 |
+
<li><span style="color: blue"><a href="https://huggingface.co/KBLab/bart-base-swedish-cased">a BART model</a></span></li>
|
21 |
+
</ul>
|
22 |
|
23 |
Additionally we provide previous checkpoints for some models and other models closely related to those above.
|
24 |
Models related to each other are linked in the respective model cards.
|