Views
No views yet

| Model | MMLU | C-Eval | GSM8K | MATH | HumanEval | MBPP | BBH |
|---|---|---|---|---|---|---|---|
| Qwen1.5-7B-Chat | 60.88 | 70.18 | 54.13 | 7.96 | 31.10 | 15.00 | 31.67 |
| Qwen-WisdomVast | 57.09 | 70.82 | 51.93 | 13.12 | 43.90 | 26.60 | 44.11 |
| Model | Download |
|---|---|
| Qwen1.5-7B | 🤗 HuggingFace 🤖 ModelScope |
| Qwen-WisdomVast-Lora | 🤗 HuggingFace 🤖 ModelScope |
| Qwen-WisdomVast (合并好的模型) | 🤗 HuggingFace 🤖 ModelScope |
git clone https://www.modelscope.cn/qwen/Qwen1.5-7B.git1git lfs install
2git clone https://www.modelscope.cn/seanzhang/Qwen-WisdomVast-Lora.git
31git lfs install
2git clone https://huggingface.co/zhichen/Qwen-WisdomVast-Lora1python merge_lora.py \
2 --base_model path/to/qwen/Qwen1.5-7B \
3 --lora_model path/to/lora/Qwen-WisdomVast-Lora \
4 --output_dir ./Qwen-WisdomVast1git lfs install
2git clone https://www.modelscope.cn/seanzhang/Qwen-WisdomVast.git
31git lfs install
2git clone https://huggingface.co/zhichen/Qwen-WisdomVastpython cli_demo.py --model_path ./Qwen-WisdomVast(换成你自己的合并后的模型路径)python web_demo.py --model_path ./Qwen-WisdomVast(换成你自己的合并后的模型路径)python -m vllm.entrypoints.openai.api_server --served-model-name Qwen-WisdomVast --model ./Qwen-WisdomVast(换成你自己的合并后的模型路径)python vllm_web_demo.py --model Qwen-WisdomVast openai api serverpython -m vllm.entrypoints.openai.api_server --served-model-name Qwen-WisdomVast --model ./Qwen-WisdomVast(换成你自己的合并后的模型路径)eval_qwen_wisdomvast.py文件到 opencompass/configs文件夹下python run.py configs/eval_qwen_wisdomvast.py -w outputs/Qwen-WisdomVast1@misc{Qwen-WisdomVast,
2 title={Qwen-WisdomVast},
3 author={Zhichen Zhang, Weihan Huang},
4 year={2024},
5 howpublished={\url{https://github.com/seanzhang-zhichen/Qwen-WisdomVast}},
6}