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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f272817 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4b064b83d5eabd603359107a11bdc7ae2a73e2986e03ac5af193c7b2859f2f03
size 3259
|