HuggingFaceFW/fineweb-2
Viewer • Updated • 4.48B • 94.1k • 832
How to use jekunz/modernbert-fineweb-is with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="jekunz/modernbert-fineweb-is") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("jekunz/modernbert-fineweb-is")
model = AutoModelForMaskedLM.from_pretrained("jekunz/modernbert-fineweb-is")This model is a fine-tuned version of answerdotai/ModernBERT-base on the Icelandic portion of Fineweb-2.
More information needed
This model is intended to be a baseline for research purposes. It uses the original ModernBERT tokenizer trained on predominantly English data, which will obviously not be ideal.
Trained on Fineweb-2.
The following hyperparameters were used during training:
Base model
answerdotai/ModernBERT-base