Views
No views yet
lang:ar. For the text data, it was a combination from
Arabic GigaWord, Abulkhair Arabic Corpus and OPUS.
QARiB: Is the Arabic name for "Boat".1>>>from transformers import pipeline
2>>>fill_mask = pipeline("fill-mask", model="./models/bert-base-qarib_far")
3>>> fill_mask("و+قام ال+مدير [MASK]")
4
5>>> fill_mask("و+قام+ت ال+مدير+ة [MASK]")
6
7>>> fill_mask("قللي وشفيييك يرحم [MASK]")
8@article{abdelali2021pretraining,
title={Pre-Training BERT on Arabic Tweets: Practical Considerations},
author={Ahmed Abdelali and Sabit Hassan and Hamdy Mubarak and Kareem Darwish and Younes Samih},
year={2021},
eprint={2102.10684},
archivePrefix={arXiv},
primaryClass={cs.CL}
}