Creating README
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: no
|
3 |
+
license: CC-BY 4.0
|
4 |
+
tags:
|
5 |
+
- norwegian
|
6 |
+
- bert
|
7 |
+
thumbnail: nblogo_3.png
|
8 |
+
pipeline_tag: fill-mask
|
9 |
+
widget:
|
10 |
+
- text: "På biblioteket kan du låne [MASK]."
|
11 |
+
---
|
12 |
+
|
13 |
+
- **Release 1.0** (April 29, 2021)
|
14 |
+
|
15 |
+
|
16 |
+
# NB-BERT-large
|
17 |
+
|
18 |
+
## Description
|
19 |
+
|
20 |
+
NB-BERT-large is a general BERT-large model built on the large digital collection at the National Library of Norway.
|
21 |
+
|
22 |
+
This model is trained from scratch on a wide variety of Norwegian text (both bokmål and nynorsk) from the last 200 years using a monolingual Norwegian vocabulary.
|
23 |
+
|
24 |
+
## Intended use & limitations
|
25 |
+
|
26 |
+
The 1.0 version of the model is general, and should be fine-tuned for any particular use. Some fine-tuning sets may be found on Github, see
|
27 |
+
|
28 |
+
* https://github.com/NBAiLab/notram
|
29 |
+
|
30 |
+
## Training data
|
31 |
+
|
32 |
+
The model is trained on a wide variety of text. The training set is described on
|
33 |
+
|
34 |
+
* https://github.com/NBAiLab/notram
|
35 |
+
|
36 |
+
## More information
|
37 |
+
|
38 |
+
For more information on the model, see
|
39 |
+
|
40 |
+
https://github.com/NBAiLab/notram
|