risqaliyevds/uzbek_ner
Viewer • Updated • 19.6k • 48 • 3
How to use Xojakbar/results with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Xojakbar/results") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Xojakbar/results")
model = AutoModelForTokenClassification.from_pretrained("Xojakbar/results")This model is a fine-tuned version of FacebookAI/xlm-roberta-large on the Uzbek Ner 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 | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.5172 | 1.0 | 246 | 0.1644 | 0.5574 | 0.5631 | 0.5602 | 0.9434 |
| 0.1532 | 2.0 | 492 | 0.1551 | 0.5790 | 0.6188 | 0.5982 | 0.9453 |
| 0.143 | 2.9913 | 735 | 0.1542 | 0.5799 | 0.6318 | 0.6047 | 0.9456 |
Base model
FacebookAI/xlm-roberta-large