Davlan commited on
Commit
2d179ee
1 Parent(s): 38d1f6b

updating hausa readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -39,7 +39,7 @@ You can use this model with Transformers *pipeline* for masked token prediction.
39
  #### Limitations and bias
40
  This model is limited by its training dataset of entity-annotated news articles from a specific span of time. This may not generalize well for all use cases in different domains.
41
  ## Training data
42
- This model was fine-tuned on [Hausa CC-100] (http://data.statmt.org/cc-100/)
43
 
44
  ## Training procedure
45
  This model was trained on a single NVIDIA V100 GPU
@@ -47,9 +47,9 @@ This model was trained on a single NVIDIA V100 GPU
47
  ## Eval results on Test set (F-score, average over 5 runs)
48
  Dataset| mBERT F1 | ha_bert F1
49
  -|-|-
50
- Hausa GV NER | |
51
- MasakhaNER | 86.65 |
52
- VOA Hausa Textclass | 84.76 | 90.98
53
 
54
  ### BibTeX entry and citation info
55
  By David Adelani
39
  #### Limitations and bias
40
  This model is limited by its training dataset of entity-annotated news articles from a specific span of time. This may not generalize well for all use cases in different domains.
41
  ## Training data
42
+ This model was fine-tuned on [Hausa CC-100](http://data.statmt.org/cc-100/)
43
 
44
  ## Training procedure
45
  This model was trained on a single NVIDIA V100 GPU
47
  ## Eval results on Test set (F-score, average over 5 runs)
48
  Dataset| mBERT F1 | ha_bert F1
49
  -|-|-
50
+ [Hausa VOA NER](https://huggingface.co/datasets/hausa_voa_ner) | |
51
+ [MasakhaNER](https://github.com/masakhane-io/masakhane-ner) | 86.65 |
52
+ [VOA Hausa Textclass](https://huggingface.co/datasets/hausa_voa_topics) | 84.76 | 90.98
53
 
54
  ### BibTeX entry and citation info
55
  By David Adelani