Text Classification
Transformers
ONNX
Safetensors
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use AdamCodd/tinybert-sentiment-amazon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamCodd/tinybert-sentiment-amazon with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdamCodd/tinybert-sentiment-amazon")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdamCodd/tinybert-sentiment-amazon") model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/tinybert-sentiment-amazon") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c3c0087 verified
Update README.md e956968
Update README.md 6825d86
Update README.md e058338
Create README.md 0362806
Upload 7 files f272817
initial commit 28cfa19
Adam commited on