BinSaqban commited on
Commit
c3351a6
·
verified ·
1 Parent(s): 3f8e82a

Update license: Apache-2.0 → CC-BY-4.0

Browse files
Files changed (1) hide show
  1. README.md +24 -27
README.md CHANGED
@@ -1,38 +1,35 @@
1
  ---
 
 
2
  language:
3
- - ar
4
- - en
5
- pipeline_tag: text-generation
6
  tags:
7
- - arabic
8
- - hayula-rushd
9
- - qwen2
10
- - instruct
11
- - hayula
12
- - mlx
13
- license: apache-2.0
14
  ---
15
 
16
- # Hayula-Rushd-Q-7B
17
 
18
- > 🌟 **The rebranded flagship model of Hayula Labs** formerly Averroes-Q-Instruct.
19
 
20
- Arabic instruction-tuned model on 55K human-curated data, rebranded to establish a clean identity under **Hayula Labs** without naming conflicts.
21
 
22
- **Base:** Qwen2.5-7B-Instruct
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
- ## Why the rebrand?
 
29
 
30
- The Averroes name had naming conflicts with unrelated models on Hugging Face. Hayula-Rushd-Q-7B (رُشد = guidance/maturity) preserves the intellectual roots of Averroes (Ibn Rushd) while establishing a clean, independent identity under Hayula Labs.
31
 
32
- ## Usage
33
-
34
-
35
-
36
- ## Links
37
- - 🔄 **Old repo (redirect):** [hayulalab/Averroes-Q-Instruct](https://huggingface.co/hayulalab/Averroes-Q-Instruct)
38
- - 🏠 **Hayula Labs:** [hayula.xyz](https://hayula.xyz)
 
 
 
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
+ ```