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