hananour commited on
Commit
01ba413
·
1 Parent(s): e961e2b

Create README.md

Browse files

This is the first publicly available model for NER in the Moroccan Dialect, also called Darija, trained in the very first NER dataset for Darija DarNERcorp (https://data.mendeley.com/datasets/286sss4k9v/4). The model is trained by finetuning AraBERT using a mixed data of DarNERcorp and ANERcorp.

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ pipeline_tag: token-classification
5
+ tags:
6
+ - NER
7
+ - Darija
8
+ - BERT
9
+ - finetune
10
+ ---