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