Instructions to use Mathnub/imdb-score-predict-distilbert2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mathnub/imdb-score-predict-distilbert2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mathnub/imdb-score-predict-distilbert2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mathnub/imdb-score-predict-distilbert2") model = AutoModelForSequenceClassification.from_pretrained("Mathnub/imdb-score-predict-distilbert2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
398a2f9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d3e8cec2fe625f73fbda3741c8174eeee14c19e18db49ddff24660766e6667fe
size 3963
|