BulBERT-finetunes-BgGLUE
Collection
18 items • Updated
How to use mor40/BulBERT-cinexio-5pochs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="mor40/BulBERT-cinexio-5pochs") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("mor40/BulBERT-cinexio-5pochs")
model = AutoModelForSequenceClassification.from_pretrained("mor40/BulBERT-cinexio-5pochs")This model is a fine-tuned version of mor40/BulBERT-finetuned-cinexio on the None 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 |
|---|---|---|---|---|
| No log | 1.0 | 388 | 0.2160 | 0.92 |
| 0.244 | 2.0 | 776 | 0.1136 | 0.95 |
| 0.2092 | 3.0 | 1164 | 0.1366 | 0.95 |
| 0.1607 | 4.0 | 1552 | 0.1228 | 0.94 |
| 0.1607 | 5.0 | 1940 | 0.1071 | 0.97 |
Base model
mor40/BulBERT-chitanka-model