Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,13 @@ NeoAraBERT is a state-of-the-art open-source Arabic text-embedding model built o
|
|
| 20 |
|
| 21 |
This is the NeoAraBERT_Mix checkpoint, our best-performing checkpoint overall. 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.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
### How to Use
|
| 24 |
Install these libraries:
|
| 25 |
```
|
|
|
|
| 20 |
|
| 21 |
This is the NeoAraBERT_Mix checkpoint, our best-performing checkpoint overall. 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.
|
| 22 |
|
| 23 |
+
The available NeoAraBERT checkpoints:
|
| 24 |
+
| Model | Description | Link |
|
| 25 |
+
|---|---|---|
|
| 26 |
+
| NeoAraBERT_MSA | Trained on Modern Standard Arabic. | [link](https://huggingface.co/U4RASD/NeoAraBERT_MSA) |
|
| 27 |
+
| NeoAraBERT_DA | Trained on Dialectal Arabic. | [link](https://huggingface.co/U4RASD/NeoAraBERT_DA) |
|
| 28 |
+
| NeoAraBERT | Trained on both Modern Standard Arabic and Dialectal Arabic. | this repo |
|
| 29 |
+
|
| 30 |
### How to Use
|
| 31 |
Install these libraries:
|
| 32 |
```
|