Pipeline usage:

from transformers import pipeline

classifier = pipeline("text-classification", model="rahbi/alclam-base-v2-DID")
result = classifier("ู…ุง ุฐู„ุญูŠู† ูˆุงู„ู„ู‡ ู…ุง ุนุงุฏ ุงุตุฏู‚ูƒ")
print(result)

Output:

[{'label': 'ูŠู…ู†ูŠ', 'score': 0.999321460723877}]

If you use AlcLaM, please cite the paper:

@article{murtadha2024alclam,
    author       = {Murtadha, Ahmed and Saghir, Alfasly and Wen, Bo and Jamaal, Qasem and  Mohammed, Ahmed and Liu, Yunfeng},
    title        = {AlcLaM: Arabic Dialectal Language Model},
    journal      = {Arabic NLP 2024},
    year         = {2024},
    url          = {https://arxiv.org/abs/2407.13097},
    eprinttype    = {arXiv},
    eprint       = {2407.13097}
}```
Downloads last month
1,081
Safetensors
Model size
163M params
Tensor type
F32
ยท
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Space using rahbi/alclam-base-v2-DID 1