risqaliyevds/uzbek_ner
Viewer • Updated • 19.6k • 48 • 3
How to use abduaziz/roberta-ner-uzbek with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="abduaziz/roberta-ner-uzbek") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("abduaziz/roberta-ner-uzbek")
model = AutoModelForTokenClassification.from_pretrained("abduaziz/roberta-ner-uzbek")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.1671 | 0.5758 | 150 | 0.1632 | 0.5260 | 0.6425 | 0.5785 | 0.9402 |
| 0.1453 | 1.1497 | 300 | 0.1481 | 0.5935 | 0.6191 | 0.6061 | 0.9467 |
| 0.134 | 1.7255 | 450 | 0.1449 | 0.5936 | 0.6216 | 0.6073 | 0.9480 |
| 0.1273 | 2.2994 | 600 | 0.1413 | 0.6217 | 0.6262 | 0.6239 | 0.9493 |
| 0.1258 | 2.8752 | 750 | 0.1421 | 0.6071 | 0.6482 | 0.6270 | 0.9486 |
Base model
FacebookAI/xlm-roberta-large