mohammedkhalilia commited on
Commit
a23ddde
โ€ข
1 Parent(s): 5b4f964

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -15,7 +15,7 @@ metrics:
15
  library_name: http://github.com/SinaLab/ArabicNER
16
  ---
17
 
18
- ### Wojood - Nested/Flat Arabic NER Models
19
  Wojood is a corpus for Arabic nested Named Entity Recognition (NER). Nested entities occur when one entity mention is embedded inside another entity mention. 550K tokens (MSA and dialect) This repo contains the source-code to train Wojood nested NER.
20
 
21
  Online Demo
@@ -23,6 +23,14 @@ You can try our model using the demo link below
23
 
24
  https://ontology.birzeit.edu/Wojood/
25
 
26
- There are two models in this repo:
27
- * Nested NER (main branch)
28
- * Flat NER (flat branch)
 
 
 
 
 
 
 
 
 
15
  library_name: http://github.com/SinaLab/ArabicNER
16
  ---
17
 
18
+ ## Wojood - Nested/Flat Arabic NER Models
19
  Wojood is a corpus for Arabic nested Named Entity Recognition (NER). Nested entities occur when one entity mention is embedded inside another entity mention. 550K tokens (MSA and dialect) This repo contains the source-code to train Wojood nested NER.
20
 
21
  Online Demo
 
23
 
24
  https://ontology.birzeit.edu/Wojood/
25
 
26
+ ### Models
27
+ * Nested NER (main branch), with micro-F1 score of 0.9059
28
+ * Flat NER (flat branch), with micro-F1 score 0.8785
29
+
30
+ ### Google Colab Notebooks
31
+ You can test our model using our Google Colab notebooks
32
+ * Train flat NER: https://gist.github.com/mohammedkhalilia/72c3261734d7715094089bdf4de74b4a
33
+ * Evaluate your model using flat NER model: https://gist.github.com/mohammedkhalilia/c807eb1ccb15416b187c32a362001665
34
+ * Train nested NER: https://gist.github.com/mohammedkhalilia/a4d83d4e43682d1efcdf299d41beb3da
35
+ * Evaluate your data using nested NER model: https://gist.github.com/mohammedkhalilia/9134510aa2684464f57de7934c97138b
36
+