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