tmnam20/VieGLUE
Updated • 30 • 1
How to use tmnam20/bert-base-multilingual-cased-mnli-100 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="tmnam20/bert-base-multilingual-cased-mnli-100") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("tmnam20/bert-base-multilingual-cased-mnli-100")
model = AutoModelForSequenceClassification.from_pretrained("tmnam20/bert-base-multilingual-cased-mnli-100", device_map="auto")This model is a fine-tuned version of bert-base-multilingual-cased on the tmnam20/VieGLUE/MNLI 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.62 | 0.41 | 5000 | 0.6193 | 0.7459 |
| 0.5923 | 0.81 | 10000 | 0.5911 | 0.7610 |
| 0.5136 | 1.22 | 15000 | 0.5670 | 0.7808 |
| 0.4927 | 1.63 | 20000 | 0.5558 | 0.7852 |
| 0.4425 | 2.04 | 25000 | 0.5809 | 0.7844 |
| 0.4301 | 2.44 | 30000 | 0.5546 | 0.7940 |
| 0.4017 | 2.85 | 35000 | 0.5565 | 0.7963 |
Base model
google-bert/bert-base-multilingual-cased