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: 134 Bytes
a6de110 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:598075dc54cc064811c3b600bfb4e191cde6b95965ebe0c68c23b2476db2c6c1
size 267862129
|