qarib commited on
Commit
f641568
1 Parent(s): 13d0576

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -11
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
  language: ar
3
  tags:
4
- - qarib
5
- - tf
6
  - pytorch
7
-
8
-
9
- license: apache-2.0
10
  datasets:
11
- - Arabic GigaWord
12
- - Abulkhair Arabic Corpus
13
- - opus
14
- - Twitter data
15
-
 
 
16
  ---
17
 
18
  # QARiB: QCRI Arabic and Dialectal BERT
@@ -91,10 +91,22 @@ The results obtained from QARiB models outperforms multilingual BERT/AraBERT/Ara
91
 
92
 
93
  ## Model Weights and Vocab Download
94
- TBD
 
95
 
96
  ## Contacts
97
 
98
  Ahmed Abdelali, Sabit Hassan, Hamdy Mubarak, Kareem Darwish and Younes Samih
99
 
 
 
 
 
 
 
 
 
 
 
 
100
 
1
  ---
2
  language: ar
3
  tags:
 
 
4
  - pytorch
5
+ - tf
6
+ - bert-base-qarib60_860k
7
+ - qarib
8
  datasets:
9
+ - arabic_billion_words
10
+ - open_subtitles
11
+ - twitter
12
+ metrics:
13
+ - f1
14
+ widget:
15
+ - text: " شو عندكم يا [MASK] ."
16
  ---
17
 
18
  # QARiB: QCRI Arabic and Dialectal BERT
91
 
92
 
93
  ## Model Weights and Vocab Download
94
+
95
+ From Huggingface site: https://huggingface.co/qarib/bert-base-qarib60_860k
96
 
97
  ## Contacts
98
 
99
  Ahmed Abdelali, Sabit Hassan, Hamdy Mubarak, Kareem Darwish and Younes Samih
100
 
101
+ ## Reference
102
+ ```
103
+ @article{abdelali2020qarib,
104
+ title={QARiB: QCRI Arabic and Dialectal BERT},
105
+ author={Ahmed, Abdelali and Sabit, Hassan and Hamdy, Mubarak and Kareem, Darwish and Younes, Samih},
106
+ link={https://github.com/qcri/QARIB},
107
+ year={2020}
108
+ }
109
+ ```
110
+
111
+
112