UdS-LSV/hausa_voa_ner
Updated • 120 • 3
How to use peteryushunli/bert-finetuned-hausa_ner with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="peteryushunli/bert-finetuned-hausa_ner") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("peteryushunli/bert-finetuned-hausa_ner")
model = AutoModelForTokenClassification.from_pretrained("peteryushunli/bert-finetuned-hausa_ner")This model is a fine-tuned version of bert-base-cased on the hausa_voa_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 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 127 | 0.2162 | 0.6992 | 0.7342 | 0.7163 | 0.9516 |
| No log | 2.0 | 254 | 0.1702 | 0.6900 | 0.7789 | 0.7318 | 0.9518 |
| No log | 3.0 | 381 | 0.1734 | 0.6782 | 0.7763 | 0.7239 | 0.9516 |
Base model
google-bert/bert-base-cased