Instructions to use AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon") model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/distilbert-base-uncased-finetuned-sentiment-amazon") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 9964f25
Update README.md d60b8a2
Update README.md f2d51c5
Update README.md 2bd5a95
Update README.md 0dd4594
Upload 2 files 01a26d6
Update README.md ba35116
Safetensors version 3d65beb
Update README.md c8f5999
Update README.md 754aa83
Update README.md bf9cd49
Add evaluation results on the amazon_polarity config and test split of amazon_polarity (#1) 129e5cb
Update README.md 30d5e95
Update README.md 46ce709
Upload pytorch_model.bin with huggingface_hub 0979646
Upload training_args.bin 14307c1
Upload 4 files 654a26b
initial commit 5a5316a
Adam commited on