Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use sgraf202/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sgraf202/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sgraf202/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sgraf202/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("sgraf202/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 1 480de93
Simon Graf commited on
Training in progress, epoch 1 a1b6c5e
Simon Graf commited on
Training in progress, epoch 1 237bd1c
Simon Graf commited on
Training in progress, epoch 1 5b12770
Simon Graf commited on
Training in progress, epoch 1 e12b67b
Simon Graf commited on
Training in progress, epoch 1 10c4984
Simon Graf commited on
Training in progress, epoch 1 3517221
Simon Graf commited on
Training in progress, epoch 3 a3b0655
Simon Graf commited on
Training in progress, epoch 1 2c73037
Simon Graf commited on
update model card README.md 19a2289
Simon Graf commited on
Model save ba0b42a
Simon Graf commited on
Training in progress, epoch 1 d4c169a
Simon Graf commited on
Training in progress, epoch 4 271d1b8
Simon Graf commited on
Training in progress, epoch 3 fb29c35
Simon Graf commited on
Training in progress, epoch 2 3dcfe43
Simon Graf commited on
Training in progress, epoch 1 45a943f
Simon Graf commited on
Training in progress, epoch 4 b536c34
Simon Graf commited on
Training in progress, epoch 3 8ffacea
Simon Graf commited on
Training in progress, epoch 2 4bfe987
Simon Graf commited on
Training in progress, epoch 1 6dd3b5e
Simon Graf commited on
Training in progress, epoch 1 385db9f
Simon Graf commited on
Training in progress, epoch 1 81107c1
Simon Graf commited on
Training in progress, epoch 2 ef8e200
Simon Graf commited on
Training in progress, epoch 1 c409407
Simon Graf commited on
Training in progress, epoch 1 e24ba42
Simon Graf commited on
Training in progress, epoch 1 af3073c
Simon Graf commited on
Training in progress, epoch 3 aef27d8
Simon Graf commited on
Training in progress, epoch 2 94f959e
Simon Graf commited on
Training in progress, epoch 1 59bdb89
Simon Graf commited on
Training in progress, epoch 2 b18522c
Simon Graf commited on
Training in progress, epoch 1 b8a982a
Simon Graf commited on
Training in progress, epoch 1 9aa79a9
Simon Graf commited on
Training in progress, epoch 1 ff53db6
Simon Graf commited on
End of training bf2ee5c
Simon Graf commited on
Training in progress, epoch 1 73cc897
Simon Graf commited on
update model card README.md 35698b0
Simon Graf commited on
End of training 2fe5e70
Simon Graf commited on
Training in progress, epoch 1 5cf521a
Simon Graf commited on
initial commit 98e38ae
Simon Graf commited on