Tevfik-istanbullu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,31 @@ metrics:
|
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
- name: camelbert-ner-arabic
|
14 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
datasets:
|
16 |
- unimelb-nlp/wikiann
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,7 +56,7 @@ It achieves the following results on the evaluation set:
|
|
34 |
- **Base Model:** CAMeL-Lab/bert-base-arabic-camelbert-mix
|
35 |
- **Task:** Named Entity Recognition (NER)
|
36 |
- **Language:** Arabic
|
37 |
-
- **Training Data:** WikiAnn
|
38 |
|
39 |
|
40 |
## Training procedure
|
|
|
11 |
- accuracy
|
12 |
model-index:
|
13 |
- name: camelbert-ner-arabic
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Named Entity Recognition
|
17 |
+
type: token-classification
|
18 |
+
dataset:
|
19 |
+
name: WikiAnn Arabic
|
20 |
+
type: unimelb-nlp/wikiann
|
21 |
+
metrics:
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.8884
|
25 |
+
- name: Recall
|
26 |
+
type: recall
|
27 |
+
value: 0.8955
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 0.8919
|
31 |
+
- name: Accuracy
|
32 |
+
type: accuracy
|
33 |
+
value: 0.9513
|
34 |
datasets:
|
35 |
- unimelb-nlp/wikiann
|
36 |
+
language:
|
37 |
+
- ar
|
38 |
+
pipeline_tag: token-classification
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
56 |
- **Base Model:** CAMeL-Lab/bert-base-arabic-camelbert-mix
|
57 |
- **Task:** Named Entity Recognition (NER)
|
58 |
- **Language:** Arabic
|
59 |
+
- **Training Data:** WikiAnn dataset for Arabic
|
60 |
|
61 |
|
62 |
## Training procedure
|