Tevfik istanbullu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ language:
|
|
4 |
- ar
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
7 |
---
|
8 |
### Arabic Named Entity Recognition (NER) Model
|
9 |
|
@@ -38,6 +40,4 @@ Data preprocessing steps include tokenization, normalization, and conversion of
|
|
38 |
|
39 |
|
40 |
# Model Evaluation
|
41 |
-
The model achieved a Test Accuracy of # 0.9675
|
42 |
-
|
43 |
-
|
|
|
4 |
- ar
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
datasets:
|
8 |
+
- arbml/CLEANANERCorp
|
9 |
---
|
10 |
### Arabic Named Entity Recognition (NER) Model
|
11 |
|
|
|
40 |
|
41 |
|
42 |
# Model Evaluation
|
43 |
+
The model achieved a Test Accuracy of # 0.9675 on the test set, indicating strong performance in recognizing and classifying entities in Arabic text.
|
|
|
|