mohannad-tazi commited on
Commit
cfbe1ec
ยท
verified ยท
1 Parent(s): e461f8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -24
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # NER Model for Moroccan Dialect (Darija)
3
 
@@ -54,27 +76,3 @@ The model is trained on the DarNERcorp dataset, a corpus designed specifically f
54
  #Limitations
55
  The model is trained on a specific corpus and may not generalize well to all Moroccan Arabic texts.
56
  Performance may vary depending on text quality and tagging consistency in the dataset.
57
-
58
- ---
59
- model-index:
60
- - name: NER_Darija_MAR_FSBM
61
- results:
62
- - task:
63
- type: ner
64
- library_name: transformers
65
- base_model: aubmindlab/bert-base-arabertv02
66
- datasets:
67
- - DarNERcorp
68
- tags:
69
- - ner
70
- - named-entity-recognition
71
- - arabic
72
- - darija
73
- language: ar
74
- pipeline_tag: token-classification
75
- license: apache-2.0
76
- ---
77
-
78
-
79
-
80
-
 
1
+ ---
2
+ language:
3
+ - ar
4
+ metrics:
5
+ - precision
6
+ - accuracy
7
+ - recall
8
+ - f1
9
+ base_model:
10
+ - aubmindlab/bert-base-arabertv02
11
+ pipeline_tag: token-classification
12
+ library_name: transformers
13
+ datasets:
14
+ - DarNERcorp
15
+ tags:
16
+ - ner
17
+ - named-entity-recognition
18
+ - arabic
19
+ - darija
20
+
21
+
22
+ ---
23
 
24
  # NER Model for Moroccan Dialect (Darija)
25
 
 
76
  #Limitations
77
  The model is trained on a specific corpus and may not generalize well to all Moroccan Arabic texts.
78
  Performance may vary depending on text quality and tagging consistency in the dataset.