Lauler commited on
Commit
1a6f6cc
·
1 Parent(s): bfae6fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -7,22 +7,18 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <p><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>.</p>
11
 
12
- <p>
13
  Some of our most popular models are
14
 
15
- - <span style="color: blue">[the original KB-BERT](https://huggingface.co/KBLab/bert-base-swedish-cased)</span>
16
- - <span style="color: blue">[a large BERT trained with Megatron-LM](https://huggingface.co/KBLab/megatron-bert-large-swedish-cased-165k)</span>
17
- - <span style="color: blue">[a Sentence-BERT](https://huggingface.co/KBLab/sentence-bert-swedish-cased)</span>
18
  - <span style="color: blue">[a NER model trained on a mix of cased and uncased data](https://huggingface.co/KBLab/bert-base-swedish-lowermix-reallysimple-ner)</span>
19
- - <span style="color: blue">[a wav2vec model](https://huggingface.co/KBLab/wav2vec2-large-voxrex-swedish)</span>
20
- - <span style="color: blue">[a BART model](https://huggingface.co/KBLab/bart-base-swedish-cased)</span>
21
  - ...
22
 
23
- </p>
24
-
25
-
26
  Additionally we provide previous checkpoints for some models and other models closely related to those above.
27
  Models related to each other are linked in the respective model cards.
28
 
 
7
  pinned: false
8
  ---
9
 
10
+ <p><span style="color: blue"><a href="https://www.kb.se/in-english/research-collaboration/kblab.html">KBLab</a></span> is a national research infrastructure for digital humanities and social science at the <span style="color: blue"><a href="https://kb.se/">National Library of Sweden</a></span>. We train models, do experiments and sometimes <span style="color: blue"><a href="https://kb-labb.github.io/">blog</a></span>.</p>
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
  - <span style="color: blue">[a NER model trained on a mix of cased and uncased data](https://huggingface.co/KBLab/bert-base-swedish-lowermix-reallysimple-ner)</span>
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
 
 
 
 
22
  Additionally we provide previous checkpoints for some models and other models closely related to those above.
23
  Models related to each other are linked in the respective model cards.
24