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