# JAMEL-9B [![Paper](https://img.shields.io/badge/arXiv-2606.01528-red)](https://arxiv.org/abs/2606.01528) [![GitHub](https://img.shields.io/badge/GitHub-Code-black?logo=github)](https://github.com/MobileLLM/JAMEL) This directory contains the released JAMEL model for evaluation. ```text JAMEL-9B/ actor/ compressor/ ``` Use the model root as `MODEL_PATH`: ```bash MODEL_PATH=/path/to/JAMEL-9B bash shell/run_eval.sh ```