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