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