Leonoravesterbacka commited on
Commit
359c536
·
verified ·
1 Parent(s): 7db099e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -13,11 +13,14 @@ 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.
 
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/sentence-bert-swedish-cased">a Sentence-BERT</a></span></li>
17
+ <li><span style="color: blue"><a href="https://huggingface.co/KBLab/kb-whisper-large">a Whisper model, KB-Whisper</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, VoxRex</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
+ <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>
22
+
23
+
24
  </ul>
25
 
26
  Additionally we provide previous checkpoints for some models and other models closely related to those above.