Text Classification
Transformers
PyTorch
English
math
science
academic
reasoning
verification
weaver
cross-encoder
multi-domain
Instructions to use hazyresearch/Weaver_Distilled_All_Datasets_ModernBERT-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hazyresearch/Weaver_Distilled_All_Datasets_ModernBERT-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hazyresearch/Weaver_Distilled_All_Datasets_ModernBERT-large")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/Weaver_Distilled_All_Datasets_ModernBERT-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 11 months ago
by
SFconvertbot