Instructions to use routellm/bert_mmlu_augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use routellm/bert_mmlu_augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="routellm/bert_mmlu_augmented")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("routellm/bert_mmlu_augmented") model = AutoModelForSequenceClassification.from_pretrained("routellm/bert_mmlu_augmented", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b1069ed | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3e803644b854db4a03dc63967c26b4ceb10d54a86829b2abc030b4adda38cf3c
size 5048
|