Text Classification
Transformers
TensorBoard
ONNX
Safetensors
PyTorch
English
bert
movie-review-sentiment
BertForSequenceClassification
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use arnabdhar/tinybert-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arnabdhar/tinybert-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="arnabdhar/tinybert-imdb")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("arnabdhar/tinybert-imdb") model = AutoModelForSequenceClassification.from_pretrained("arnabdhar/tinybert-imdb") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9fa0712 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b7793fdefee408dca59b005f09001be00fd57849eb55d4dc0a10ea0c574cddb2
size 4600
|