Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
sentiment
positive
negative
review
imdb
text-embeddings-inference
Instructions to use LukeGPT88/imdb_text_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LukeGPT88/imdb_text_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LukeGPT88/imdb_text_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LukeGPT88/imdb_text_classifier") model = AutoModelForSequenceClassification.from_pretrained("LukeGPT88/imdb_text_classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9f2acd84d6248009e647522aedc1fb368c814e9f8859e72ed1ff722566102e7a
- Size of remote file:
- 4.6 kB
- SHA256:
- 8b864561b009a61f3738fc381eac7ba70b1659f76a9578e5d1a681acf676c8a1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.