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
- Xet hash:
- f49279836ed9aeb9abe5c44954846d77ad676823996c31eac1437b85f20846b8
- Size of remote file:
- 268 MB
- SHA256:
- 598075dc54cc064811c3b600bfb4e191cde6b95965ebe0c68c23b2476db2c6c1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.