Lauler commited on
Commit
1222f7c
·
1 Parent(s): f898b38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -11,12 +11,14 @@ pinned: false
11
 
12
  Some of our most popular models are
13
 
14
- - [the original KB-BERT](https://huggingface.co/KBLab/bert-base-swedish-cased)
15
- - [a large BERT trained with Megatron-LM](https://huggingface.co/KBLab/megatron-bert-large-swedish-cased-165k)
16
- - [a Sentence-BERT](https://huggingface.co/KBLab/sentence-bert-swedish-cased)
17
- - [a NER model trained on a mix of cased and uncased data](https://huggingface.co/KBLab/bert-base-swedish-lowermix-reallysimple-ner)
18
- - [a wav2vec model](https://huggingface.co/KBLab/wav2vec2-large-voxrex-swedish)
19
- - [a BART model](https://huggingface.co/KBLab/bart-base-swedish-cased)
 
 
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.