Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use semindan/paws_x_m_bert_only_ko 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_ko 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_ko")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("semindan/paws_x_m_bert_only_ko") model = AutoModelForSequenceClassification.from_pretrained("semindan/paws_x_m_bert_only_ko") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload BertForSequenceClassification 59744dc
update model card README.md 007c705
Dan Semin commited on
End of training 9e46842
Dan Semin commited on
Training in progress, epoch 1 6867e55
Dan Semin commited on
initial commit 96af45f
Dan Semin commited on