Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Timothy1337/finetuning-sentiment-wisesight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Timothy1337/finetuning-sentiment-wisesight with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Timothy1337/finetuning-sentiment-wisesight")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Timothy1337/finetuning-sentiment-wisesight") model = AutoModelForSequenceClassification.from_pretrained("Timothy1337/finetuning-sentiment-wisesight", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 3b40d54
Tanakrit commited on
End of training 38cdafe
Tanakrit commited on
Training in progress, epoch 1 957974d
Tanakrit commited on
initial commit 6917a3a
Tanakrit commited on