Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Timothy1337/finetuning-sentiment-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Timothy1337/finetuning-sentiment-imdb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Timothy1337/finetuning-sentiment-imdb")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Timothy1337/finetuning-sentiment-imdb") model = AutoModelForSequenceClassification.from_pretrained("Timothy1337/finetuning-sentiment-imdb") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 39a8cf0
Tanakrit commited on
End of training 40b6070
Tanakrit commited on
Training in progress, epoch 1 439b222
Tanakrit commited on
update model card README.md 8fe48d4
Tanakrit commited on
End of training 3977ee0
Tanakrit commited on
Training in progress, epoch 1 f7d492a
Tanakrit commited on
initial commit 4ee5643
Tanakrit commited on