Update license: Apache-2.0 → CC-BY-4.0
Browse files
README.md
CHANGED
|
@@ -1,38 +1,35 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
-
- ar
|
| 4 |
-
- en
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
- arabic
|
| 8 |
-
- hayula
|
| 9 |
-
-
|
| 10 |
-
- instruct
|
| 11 |
-
- hayula
|
| 12 |
-
- mlx
|
| 13 |
-
license: apache-2.0
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# Hayula-Rushd-Q-7B
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
-
**
|
| 23 |
-
**Data:** 55,174 human-curated Arabic instruction-conversation pairs
|
| 24 |
-
**LoRA:** rank=8, scale=0.5, lr=1e-5, iters=5000
|
| 25 |
-
**Train Loss:** 1.434 (final)
|
| 26 |
-
**Training:** ~45 min on M2 Ultra
|
| 27 |
|
| 28 |
-
|
|
|
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
license_link: https://creativecommons.org/licenses/by/4.0/
|
| 4 |
language:
|
| 5 |
+
- ar
|
| 6 |
+
- en
|
| 7 |
+
library_name: transformers
|
| 8 |
tags:
|
| 9 |
+
- arabic
|
| 10 |
+
- hayula
|
| 11 |
+
- Hayula-Rushd-Q-7B
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# hayulalab/Hayula-Rushd-Q-7B
|
| 15 |
|
| 16 |
+
Hayula-Rushd-Q-7B - Arabic reasoning model
|
| 17 |
|
| 18 |
+
## License
|
| 19 |
|
| 20 |
+
This model is licensed under **CC-BY-4.0** (Creative Commons Attribution 4.0 International).
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
**You must attribute** the original creator when using, sharing, or adapting this model:
|
| 23 |
+
- *"Based on hayulalab/Hayula-Rushd-Q-7B by Hayula Lab (https://huggingface.co/hayulalab)"*
|
| 24 |
|
| 25 |
+
## Citation
|
| 26 |
|
| 27 |
+
```bibtex
|
| 28 |
+
@misc{hayulalab-hayula_rushd_q_7b,
|
| 29 |
+
author = {Hayula Lab},
|
| 30 |
+
title = {hayulalab/Hayula-Rushd-Q-7B},
|
| 31 |
+
year = {2026},
|
| 32 |
+
publisher = {HuggingFace},
|
| 33 |
+
url = {https://huggingface.co/hayulalab/Hayula-Rushd-Q-7B}
|
| 34 |
+
}
|
| 35 |
+
```
|