CoolFace
Modelpublic

hayulalab/Averroes-Q-Instruct

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes31downloads
Model Card

hayulalab/Averroes-Q-Instruct

<img src="https://huggingface.co/hayulalab/assets/resolve/main/banner.jpg" alt="Hayula Labs" width="100%">

Averroes-Q-Instruct — Arabic-English bilingual instruction model, trained from scratch by Hayula Labs.

Training Details

PropertyValue
TrainingFrom scratch (random initialization)
ArchitectureDecoder-only transformer (7B class)
Context32,768 tokens
DataProprietary Hayula corpus — Arabic 40%, English 60%
FrameworkMLX + Transformers

Capabilities

  • Native Arabic instruction following
  • English-Arabic bilingual
  • Long context (32K tokens)
  • Tool calling support

Usage

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("hayulalab/Averroes-Q-Instruct")
tokenizer = AutoTokenizer.from_pretrained("hayulalab/Averroes-Q-Instruct")

License

Research Only — No Commercial Use (CC BY 4.0).

Attribution required: "Based on hayulalab/Averroes-Q-Instruct by Hayula Labs"

Citation

bibtex
@misc{hayulalab-averroes_q_instruct,
  author = {Hayula Labs},
  title = {hayulalab/Averroes-Q-Instruct},
  year = {2026},
  publisher = {HuggingFace},
  url = {https://huggingface.co/hayulalab/Averroes-Q-Instruct}
}

Built with ❤️ by [Hayula Labs](https://hayula.xyz)