Text Classification
Transformers
PyTorch
English
academic
reasoning
verification
weaver
cross-encoder
mmlu
Instructions to use hazyresearch/Weaver_Distilled_ModernBERT_Large_for_MMLU-Pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hazyresearch/Weaver_Distilled_ModernBERT_Large_for_MMLU-Pro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hazyresearch/Weaver_Distilled_ModernBERT_Large_for_MMLU-Pro")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/Weaver_Distilled_ModernBERT_Large_for_MMLU-Pro", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K