Fill-Mask
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
modernbert
BERT
NorBERT
Norwegian
encoder
Instructions to use marksverdhei/modern-norbert3-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marksverdhei/modern-norbert3-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="marksverdhei/modern-norbert3-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("marksverdhei/modern-norbert3-large") model = AutoModelForMaskedLM.from_pretrained("marksverdhei/modern-norbert3-large") - Notebooks
- Google Colab
- Kaggle
ModernNorBERT 3
This repository contains a version of LTG's NorBERT 3 that is converted to the ModernBERT architecture.
Check out the original NorBERT 3 Repository here
⚠️ This model is a cold direct weight-mapping and will not work without further training or fine-tuning
- Downloads last month
- 5