Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use rootacess/distilbert-base-uncased-finetuned-mathQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rootacess/distilbert-base-uncased-finetuned-mathQA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rootacess/distilbert-base-uncased-finetuned-mathQA")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rootacess/distilbert-base-uncased-finetuned-mathQA") model = AutoModelForSequenceClassification.from_pretrained("rootacess/distilbert-base-uncased-finetuned-mathQA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
721c38a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f2e78d147d891c0eaf3450cc229b09c15e506aff9cf4fb710517a6c66098b4f4
size 3515
|