BulBERT-finetunes-BgGLUE
Collection
18 items • Updated
How to use mor40/BulBERT-xnli-2epochs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="mor40/BulBERT-xnli-2epochs") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("mor40/BulBERT-xnli-2epochs")
model = AutoModelForSequenceClassification.from_pretrained("mor40/BulBERT-xnli-2epochs")This model is a fine-tuned version of mor40/BulBERT-chitanka-model on the bgglue 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.7543 | 1.0 | 8182 | 0.7510 | 0.6731 |
| 0.6804 | 2.0 | 16364 | 0.7013 | 0.7016 |
Base model
mor40/BulBERT-chitanka-model