> **15 Specialists — Zero Cloud.**
---
license: other
license_name: Hayula Research License v1.0
license_link: https://hayula.xyz/license
language: [ar, en]
library_name: transformers
tags: [arabic, hayula, rushd]
---
# hayulalab/Rushd-Game-8B
**Game Theory & Strategy Specialist**
Nash equilibrium, mechanism design, and strategic interaction analysis.
| Property | Value |
|----------|-------|
| Base Model | Qwen3-8B + LoRA (r=16) |
| Performance | 65% on Nash equilibrium |
| License | Research Only — No Commercial Use |
## Usage
```python
from mlx_lm import load, generate
model, tokenizer = load("Qwen/Qwen3-8B", adapter_path="hayulalab/Rushd-Game-8B")
response = generate(model, tokenizer, prompt="Your query here")
```
## License
1@misc{hayula-lab,
2 author = {Hayula Lab},
3 title = {Hayula Agent OS — Open Source AI Agent Ecosystem},
4 year = {2026},
5 publisher = {HuggingFace},
6 url = {https://hayula.xyz}
7}
1@misc{hayula-rushd-game-8b,
2 author = {Hayula Lab},
3 title = {hayulalab/Rushd-Game-8B},
4 year = {2026},
5}