Fill-Mask
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
modernbert
BERT
NorBERT
Norwegian
encoder
Instructions to use marksverdhei/modern-norbert3-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marksverdhei/modern-norbert3-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="marksverdhei/modern-norbert3-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("marksverdhei/modern-norbert3-base") model = AutoModelForMaskedLM.from_pretrained("marksverdhei/modern-norbert3-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,8 @@ 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-base)
|
| 20 |
|
| 21 |
-
⚠️ This model is
|
|
|
|
| 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-base)
|
| 20 |
|
| 21 |
+
⚠️ This model is a cold direct weight-mapping and will not work without further training or fine-tuning
|