Instructions to use Q-bert/nda-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Q-bert/nda-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Q-bert/nda-imdb")# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("Q-bert/nda-imdb", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan30_18-09-03_36351f674d82
- Jan30_18-13-18_36351f674d82
- Jan30_18-13-56_36351f674d82
- Jan30_18-18-08_36351f674d82
- Jan30_18-19-13_36351f674d82
- Jan30_18-20-26_36351f674d82
- Jan30_18-24-44_36351f674d82
- Jan30_18-30-05_36351f674d82
- Jan30_18-34-21_36351f674d82
- Jan30_18-35-48_36351f674d82
- Jan30_18-36-04_36351f674d82
- Jan30_18-39-10_36351f674d82
- Jan30_18-40-58_36351f674d82
- Jan30_18-53-26_36351f674d82
- Jan30_18-54-54_36351f674d82
- Jan30_19-09-22_36351f674d82
- Jan30_19-14-10_36351f674d82
- Jan30_19-18-02_36351f674d82
- Jan30_19-19-39_36351f674d82
- Jan30_19-24-07_36351f674d82
- Jan30_19-25-50_36351f674d82