Instructions to use sirunchained/imdb-text-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sirunchained/imdb-text-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sirunchained/imdb-text-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sirunchained/imdb-text-classifier") model = AutoModelForSequenceClassification.from_pretrained("sirunchained/imdb-text-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 719db6b47be866d38ec260a9e17d9691d0bc77772657b12ce69071c29c487fa8
- Size of remote file:
- 268 MB
- SHA256:
- e9bd6b39a3c031905d96491562065d7031bd56c58d3365e0ee9cd9b365e32317
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.