Text Classification
Transformers
PyTorch
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use semindan/xnli_m_bert_only_vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use semindan/xnli_m_bert_only_vi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="semindan/xnli_m_bert_only_vi")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("semindan/xnli_m_bert_only_vi") model = AutoModelForSequenceClassification.from_pretrained("semindan/xnli_m_bert_only_vi") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload BertForSequenceClassification c8656f0
Upload BertForSequenceClassification 354fbdf
update model card README.md 5c3a6bc
Dan Semin commited on
Training in progress, epoch 10 1af71f6
Dan Semin commited on
Training in progress, epoch 9 6c2dd7a
Dan Semin commited on
Training in progress, epoch 8 25fd630
Dan Semin commited on
Training in progress, epoch 7 ba7a53c
Dan Semin commited on
Training in progress, epoch 6 211f0f7
Dan Semin commited on
Training in progress, epoch 5 983c0b0
Dan Semin commited on
Training in progress, epoch 4 c775f28
Dan Semin commited on
Training in progress, epoch 3 852d25a
Dan Semin commited on
Training in progress, epoch 2 e48d3e6
Dan Semin commited on
Training in progress, epoch 1 5747b94
Dan Semin commited on
initial commit ffb4f1a
Dan Semin commited on