Update README.md
Browse files
README.md
CHANGED
|
@@ -2,21 +2,20 @@
|
|
| 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 |
|
| 16 |
# ModernNorBERT 3
|
| 17 |
-
This repository contains a version of [LTG]'s NorBERT 3 that is converted to the ModernBERT architecture.
|
| 18 |
|
| 19 |
[Check out the original NorBERT 3 Repository here](https://huggingface.co/ltg/norbert3-xs)
|
| 20 |
|
| 21 |
-
⚠️ This model is
|
| 22 |
-
|
|
|
|
| 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 |
|
| 16 |
# ModernNorBERT 3
|
| 17 |
+
This repository contains a version of [LTG](https://huggingface.co/ltg)'s NorBERT 3 that is converted to the ModernBERT architecture.
|
| 18 |
|
| 19 |
[Check out the original NorBERT 3 Repository here](https://huggingface.co/ltg/norbert3-xs)
|
| 20 |
|
| 21 |
+
⚠️ This model is a cold direct weight-mapping and will not work without further training or fine-tuning
|
|
|