lewtun HF staff commited on
Commit
1f4a52f
1 Parent(s): e8e8e45

Add evaluation results on masakhaner dataset

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [masakhaner](https://huggingface.co/datasets/masakhaner) dataset by

@lewtun

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-6971abf9-7684956).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=masakhaner).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=masakhaner).

Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- language:
3
- - sw
4
  tags:
5
  - NER
6
  - token-classification
@@ -11,7 +11,40 @@ metrics:
11
  - precision
12
  - recall
13
  widget:
14
- - text: "Wizara ya afya ya Tanzania imeripoti Jumatatu kuwa , watu takriban 14 zaidi wamepata maambukizi ya Covid - 19 ."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
 
 
1
  ---
2
+ language:
3
+ - sw
4
  tags:
5
  - NER
6
  - token-classification
 
11
  - precision
12
  - recall
13
  widget:
14
+ - text: Wizara ya afya ya Tanzania imeripoti Jumatatu kuwa , watu takriban 14 zaidi
15
+ wamepata maambukizi ya Covid - 19 .
16
+ model-index:
17
+ - name: mbeukman/xlm-roberta-base-finetuned-amharic-finetuned-ner-swahili
18
+ results:
19
+ - task:
20
+ type: token-classification
21
+ name: Token Classification
22
+ dataset:
23
+ name: masakhaner
24
+ type: masakhaner
25
+ config: amh
26
+ split: test
27
+ metrics:
28
+ - name: Accuracy
29
+ type: accuracy
30
+ value: 0.8964991461332033
31
+ verified: true
32
+ - name: Precision
33
+ type: precision
34
+ value: 0.9156176239181747
35
+ verified: true
36
+ - name: Recall
37
+ type: recall
38
+ value: 0.9124469127736033
39
+ verified: true
40
+ - name: F1
41
+ type: f1
42
+ value: 0.914029518604575
43
+ verified: true
44
+ - name: loss
45
+ type: loss
46
+ value: 0.5731707215309143
47
+ verified: true
48
  ---
49
 
50