Osama-Rakan-Al-Mraikhat commited on
Commit
283a690
·
verified ·
1 Parent(s): 6a28e8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -19,6 +19,13 @@ NeoAraBERT is a state-of-the-art open-source Arabic text-embedding model built o
19
 
20
  This model was introduced at the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026). For more information, visit our website: https://www.acrps.ai/neoarabert.
21
 
 
 
 
 
 
 
 
22
  ### How to Use
23
  Install these libraries:
24
  ```
 
19
 
20
  This model was introduced at the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026). For more information, visit our website: https://www.acrps.ai/neoarabert.
21
 
22
+ The available NeoAraBERT checkpoints:
23
+ | Model | Description | Link |
24
+ |---|---|---|
25
+ | NeoAraBERT_MSA | Trained on Modern Standard Arabic. | [link](https://huggingface.co/U4RASD/NeoAraBERT_MSA) |
26
+ | NeoAraBERT_DA | Trained on Dialectal Arabic. | this repo |
27
+ | NeoAraBERT | Trained on both Modern Standard Arabic and Dialectal Arabic. | [link](https://huggingface.co/U4RASD/NeoAraBERT) |
28
+
29
  ### How to Use
30
  Install these libraries:
31
  ```