cgus/Apollo2-7B-iMat-GGUF
Apollo2-7B-GGUF
Original model: Apollo2-7B Made by: FreedomIntelligence
Quantization notes
Made with llama.cpp-b3938 with imatrix file based on Exllamav2 callibration dataset. This model is meant to run with llama.cpp-compatible apps such as Text-Generation-WebUI, KoboldCpp, Jan, LM Studio and many many others. 17.12.2024: Readme update. It seems Q4044, Q4048 and Q4088 support was removed in recent llama.cpp. I'll keep them but they might be no longer useful. 03.02.2025: Added Q40 and IQ4NL quants as a substitute for Q40XY quants for ARM devices with newer llama.cpp versions.
Original model card
Democratizing Medical LLMs For Much More Languages
Covering 12 Major Languages including English, Chinese, French, Hindi, Spanish, Arabic, Russian, Japanese, Korean, German, Italian, Portuguese and 38 Minor Languages So far.
<p align="center"> π <a href="https://arxiv.org/abs/2410.10626" target="blank">Paper</a> β’ π <a href="" target="blank">Demo</a> β’ π€ <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloMoEDataset" target="blank">ApolloMoEDataset</a> β’ π€ <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloMoEBench" target="blank">ApolloMoEBench</a> β’ π€ <a href="https://huggingface.co/collections/FreedomIntelligence/apollomoe-and-apollo2-670ddebe3bb1ba1aebabbf2c" target="blank">Models</a> β’π <a href="https://github.com/FreedomIntelligence/Apollo" target="blank">Apollo</a> β’ π <a href="https://github.com/FreedomIntelligence/ApolloMoE" target="_blank">ApolloMoE</a> </p>

π Update
- [2024.10.15] ApolloMoE repo is publishedοΌπ
Languages Coverage
12 Major Languages and 38 Minor Languages
<details> <summary>Click to view the Languages Coverage</summary>

</details>
Architecture
<details> <summary>Click to view the MoE routing image</summary>

</details>
Results
Dense
π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo2-0.5B" target="blank">Apollo2-0.5B</a> β’ π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo2-1.5B" target="blank">Apollo2-1.5B</a> β’ π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo2-2B" target="_blank">Apollo2-2B</a>
π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo2-3.8B" target="blank">Apollo2-3.8B</a> β’ π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo2-7B" target="blank">Apollo2-7B</a> β’ π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo2-9B" target="_blank">Apollo2-9B</a>
<details> <summary>Click to view the Dense Models Results</summary>

</details>
Post-MoE
π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo-MoE-0.5B" target="blank">Apollo-MoE-0.5B</a> β’ π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo-MoE-1.5B" target="blank">Apollo-MoE-1.5B</a> β’ π€ <a href="https://huggingface.co/FreedomIntelligence/Apollo-MoE-7B" target="_blank">Apollo-MoE-7B</a>
<details> <summary>Click to view the Post-MoE Models Results</summary>

</details>
Usage Format
Apollo2
- 0.5B, 1.5B, 7B: User:{query}\nAssistant:{response}<|endoftext|>
- 2B, 9B: User:{query}\nAssistant:{response}\<eos\>
- 3.8B: <|user|>\n{query}<|end|><|assisitant|>\n{response}<|end|>
Apollo-MoE
- 0.5B, 1.5B, 7B: User:{query}\nAssistant:{response}<|endoftext|>
Dataset & Evaluation
- Dataset π€ <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloMoEDataset" target="_blank">ApolloMoEDataset</a>
<details><summary>Click to expand</summary>

</details>
- Evaluation π€ <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloMoEBench" target="_blank">ApolloMoEBench</a>
<details><summary>Click to expand</summary>
- EN:
- MedQA-USMLE
- MedMCQA
- PubMedQA: Because the results fluctuated too much, they were not used in the paper.
- MMLU-Medical
- Clinical knowledge, Medical genetics, Anatomy, Professional medicine, College biology, College medicine
- ZH:
- MedQA-MCMLE
- CMB-single: Not used in the paper
- Randomly sample 2,000 multiple-choice questions with single answer.
- CMMLU-Medical
- Anatomy, Clinicalknowledge, Collegemedicine, Genetics, Nutrition, Traditionalchinesemedicine, Virology
- CExam: Not used in the paper
- Randomly sample 2,000 multiple-choice questions
- ES: Head_qa
- FR:
- Frenchmedmcqa
- [MMLU_FR]
- Clinical knowledge, Medical genetics, Anatomy, Professional medicine, College biology, College medicine
- HI: MMLU_HI
- Clinical knowledge, Medical genetics, Anatomy, Professional medicine, College biology, College medicine
- AR: MMLU_AR
- Clinical knowledge, Medical genetics, Anatomy, Professional medicine, College biology, College medicine
- JA: IgakuQA
- KO: KorMedMCQA
- IT:
- MedExpQA
- [MMLU_IT]
- Clinical knowledge, Medical genetics, Anatomy, Professional medicine, College biology, College medicine
- DE: BioInstructQA: German part
- PT: BioInstructQA: Portuguese part
- RU: RuMedBench
</details>
Results reproduction
<details><summary>Click to expand</summary>
We take Apollo2-7B or Apollo-MoE-0.5B as example
- Download Dataset for project:
bash 0.download_data.shΒ - Prepare test and dev data for specific model:
- Create test data for with special token
bash 1.data_process_test&dev.sh- Prepare train data for specific model (Create tokenized data in advance):
- You can adjust data Training order and Training Epoch in this step
bash 2.data_process_train.sh- Train the model
- If you want to train in Multi Nodes please refer to ./src/sft/trainingconfig/zeromulti.yaml
bash 3.single_node_train.sh- Evaluate your model: Generate score for benchmark
bash 4.eval.sh</details>
Citation
Please use the following citation if you intend to use our dataset for training or evaluation:
@misc{zheng2024efficientlydemocratizingmedicalllms,
title={Efficiently Democratizing Medical LLMs for 50 Languages via a Mixture of Language Family Experts},
author={Guorui Zheng and Xidong Wang and Juhao Liang and Nuo Chen and Yuping Zheng and Benyou Wang},
year={2024},
eprint={2410.10626},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2410.10626},
}