Instructions to use amarshiv86/sentiment-analysis-imdb-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amarshiv86/sentiment-analysis-imdb-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="amarshiv86/sentiment-analysis-imdb-model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("amarshiv86/sentiment-analysis-imdb-model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "accuracy": 0.895, | |
| "f1": 0.8943, | |
| "roc_auc": 0.9598, | |
| "precision": 0.881, | |
| "recall": 0.908 | |
| } |