facebook/xnli
Viewer • Updated • 6.4M • 21.7k • 72
How to use semindan/xnli_m_bert_only_de with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="semindan/xnli_m_bert_only_de") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("semindan/xnli_m_bert_only_de")
model = AutoModelForSequenceClassification.from_pretrained("semindan/xnli_m_bert_only_de")This model is a fine-tuned version of bert-base-multilingual-cased on the xnli dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.1041 | 1.0 | 3068 | 1.1207 | 0.7562 |