How to use from the
Use from the
Transformers library
# 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")
Quick Links

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
28
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support