Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use semindan/paws_x_m_bert_only_es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use semindan/paws_x_m_bert_only_es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="semindan/paws_x_m_bert_only_es")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("semindan/paws_x_m_bert_only_es") model = AutoModelForSequenceClassification.from_pretrained("semindan/paws_x_m_bert_only_es") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload BertForSequenceClassification 92b5b27
update model card README.md 424f121
Dan Semin commited on
End of training 7a11948
Dan Semin commited on
Training in progress, epoch 3 9ecfaaa
Dan Semin commited on
Training in progress, epoch 2 1acabac
Dan Semin commited on
Training in progress, epoch 1 fa75005
Dan Semin commited on
initial commit 846fa69
Dan Semin commited on