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