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