Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use rdsmaia/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rdsmaia/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rdsmaia/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rdsmaia/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("rdsmaia/my_awesome_model") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 2 5b57c6b
Training in progress, epoch 1 401f5d8
End of training 5de4fa4
Training in progress, epoch 2 7dc8cf1
Training in progress, epoch 1 2437459
Training in progress, epoch 2 82c88bb
Training in progress, epoch 1 6431771
initial commit e084aea
Ranniery Maia commited on