Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,14 @@ thumbnail: nblogo_2.png
|
|
9 |
---
|
10 |
**Release 1.0** (January 13, 2021)
|
11 |
|
12 |
-
#NB-Bert
|
13 |
|
14 |
## Description
|
15 |
|
16 |
NB-Bert is a general Bert-base model built on the digital collection at the National Library of Norway.
|
17 |
|
|
|
|
|
18 |
## Intended use & limitations
|
19 |
|
20 |
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
|
|
|
9 |
---
|
10 |
**Release 1.0** (January 13, 2021)
|
11 |
|
12 |
+
# NB-Bert
|
13 |
|
14 |
## Description
|
15 |
|
16 |
NB-Bert is a general Bert-base model built on the digital collection at the National Library of Norway.
|
17 |
|
18 |
+
This model is based on the same structure as [BERT Cased multilingual model](https://github.com/google-research/bert/blob/master/multilingual.md), and is trained on a wide variety of Norwegian text (both bokmål and nynorsk) from the last 200 years.
|
19 |
+
|
20 |
## Intended use & limitations
|
21 |
|
22 |
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
|