File size: 902 Bytes
1f11e2e
 
54b0e7b
 
 
 
 
6f96d8e
583ddef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
library_name: transformers
language:
- ar
base_model:
- asafaya/bert-base-arabic
pipeline_tag: fill-mask
license: mit
---

# SudaBERT Model

A pretrained BERT base language model for Sudanese Arabic.

## Usage

```python
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("Enigma-for-AI/bert-base-sudabert")
model = AutoModelForMaskedLM.from_pretrained("Enigma-for-AI/bert-base-sudabert")
```

## Citation

_If you use this model in your work, please cite this paper:_

```
@INPROCEEDINGS{SudaBERT,
  author={Elgezouli, Mukhtar and Elmadani, Khalid N. and Saeed, Muhammed},
  booktitle={2020 International Conference on Computer, Control, Electrical, and Electronics Engineering (ICCCEEE)}, 
  title={SudaBERT: A Pre-trained Encoder Representation For Sudanese Arabic Dialect}, 
  year={2021},
  pages={1-4},
  doi={10.1109/ICCCEEE49695.2021.9429651}
}
```