Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use semindan/paws_x_m_bert_only_zh 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_zh 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_zh")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("semindan/paws_x_m_bert_only_zh") model = AutoModelForSequenceClassification.from_pretrained("semindan/paws_x_m_bert_only_zh") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload BertForSequenceClassification b3cb562
update model card README.md 6aadbf4
Dan Semin commited on
End of training 774095b
Dan Semin commited on
Training in progress, epoch 3 15fbd7f
Dan Semin commited on
Training in progress, epoch 2 68e9739
Dan Semin commited on
Training in progress, epoch 1 c609211
Dan Semin commited on
initial commit 8d80cd8
Dan Semin commited on