Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
language:
|
4 |
- 'no'
|
5 |
-
-
|
6 |
-
-
|
7 |
inference: false
|
8 |
tags:
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
|
@@ -18,5 +18,4 @@ This repository contains a version of [LTG]'s NorBERT 3 that is converted to the
|
|
18 |
|
19 |
[Check out the original NorBERT 3 Repository here](https://huggingface.co/ltg/norbert3-base)
|
20 |
|
21 |
-
⚠️ This model is currenltly a work in progress. It is a direct weight mapping from NorBERT-3 to the ModernBERT architecture.
|
22 |
-
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
language:
|
4 |
- 'no'
|
5 |
+
- nb
|
6 |
+
- nn
|
7 |
inference: false
|
8 |
tags:
|
9 |
+
- BERT
|
10 |
+
- NorBERT
|
11 |
+
- Norwegian
|
12 |
+
- encoder
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
|
|
|
18 |
|
19 |
[Check out the original NorBERT 3 Repository here](https://huggingface.co/ltg/norbert3-base)
|
20 |
|
21 |
+
⚠️ This model is currenltly a work in progress. It is a direct weight mapping from NorBERT-3 to the ModernBERT architecture.
|
|