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
- Xet hash:
- da6692abbf1f334b798645dc1392a6daa0ca75688ea9c80e3fd90c4210e55e67
- Size of remote file:
- 5.18 kB
- SHA256:
- 5b92986269aa4e03d86c547afe1732782efdf610b575665f4dc849a0b32f34f3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.