Fineweb Edu ModernBERT Classifiers
Collection
3 items • Updated
How to use mrm8488/ModernBERT-base-ft-fineweb-edu-annotations-8k with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="mrm8488/ModernBERT-base-ft-fineweb-edu-annotations-8k") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("mrm8488/ModernBERT-base-ft-fineweb-edu-annotations-8k")
model = AutoModelForSequenceClassification.from_pretrained("mrm8488/ModernBERT-base-ft-fineweb-edu-annotations-8k")This model is a fine-tuned version of answerdotai/ModernBERT-base on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Precision Score | Recall Score |
|---|---|---|---|---|---|---|
| 0.6615 | 1.0 | 6374 | 0.5893 | 0.7574 | 0.7746 | 0.7510 |
| 0.4344 | 2.0 | 12748 | 0.6108 | 0.7600 | 0.7644 | 0.7572 |
| 0.149 | 3.0 | 19122 | 1.1265 | 0.7508 | 0.7556 | 0.7485 |
Base model
answerdotai/ModernBERT-base