Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ashaduzzaman/imdb-distilbert-funetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashaduzzaman/imdb-distilbert-funetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ashaduzzaman/imdb-distilbert-funetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ashaduzzaman/imdb-distilbert-funetuned") model = AutoModelForSequenceClassification.from_pretrained("ashaduzzaman/imdb-distilbert-funetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d45c315 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5b92986269aa4e03d86c547afe1732782efdf610b575665f4dc849a0b32f34f3
size 5176
|