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:
- b3d99f117aeff27da3e99570604e7d42455fc7cd5dbe5a062ec4540c71e6bd78
- Size of remote file:
- 5.2 kB
- SHA256:
- 7970bb7eafc6694e6af4026d129385a20c9a880f9375598aa6135983a3587662
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.