Update README.md
Browse files
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 |
```
|