google-research-datasets/paws-x
Viewer • Updated • 374k • 3.8k • 51
How to use semindan/paws_x_m_bert_only_fr 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_fr") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("semindan/paws_x_m_bert_only_fr")
model = AutoModelForSequenceClassification.from_pretrained("semindan/paws_x_m_bert_only_fr")This model is a fine-tuned version of bert-base-multilingual-cased on the paws-x 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.4504 | 1.0 | 386 | 0.3481 | 0.855 |
| 0.2245 | 2.0 | 772 | 0.3046 | 0.894 |
| 0.154 | 3.0 | 1158 | 0.3086 | 0.895 |
| 0.1139 | 4.0 | 1544 | 0.3300 | 0.894 |
| 0.0895 | 5.0 | 1930 | 0.3421 | 0.8935 |
| 0.0705 | 6.0 | 2316 | 0.3558 | 0.899 |
| 0.0546 | 7.0 | 2702 | 0.4340 | 0.9005 |
| 0.0451 | 8.0 | 3088 | 0.4981 | 0.8955 |
| 0.0379 | 9.0 | 3474 | 0.5312 | 0.8985 |
| 0.0325 | 10.0 | 3860 | 0.5462 | 0.9005 |