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