Ye Wang
Ye Wang
佬你是怎么介入到fastgpt的呢?
佬,请问这个图是llama factory自带框架出来的图吗?
> 你好,我发现医疗QA里的[NLPEC](http://112.74.48.115:8157/) A Medical Multi-Choice Question Dataset for the National Licensed Pharmacist Examination in China这个挂掉了。 然后我这边也整理了10年的中文医学考试的题目和答案在这个repo里[https://github.com/zhehengluoK/Examinations-for-Medical-PErsonnel-in-Chinese。希望可以考虑添加一下,谢谢!](https://github.com/zhehengluoK/Examinations-for-Medical-PErsonnel-in-Chinese%E3%80%82%E5%B8%8C%E6%9C%9B%E5%8F%AF%E4%BB%A5%E8%80%83%E8%99%91%E6%B7%BB%E5%8A%A0%E4%B8%80%E4%B8%8B%EF%BC%8C%E8%B0%A2%E8%B0%A2%EF%BC%81) 链接失效了,能重新开源一下吗?谢谢!
谢谢!!!
好的谢谢!我自己尝试把微调后32b的qwen模型转成hf格式,然后运行命令如下python run.py --datasets cmmlu_gen \ --hf-path /root/autodl-tmp/Qwen1.5-32B-Chat \ --model-kwargs device_map='auto' \ --tokenizer-kwargs padding_side='left' truncation='left' trust_remote_code=True \ --max-seq-len 300 \ --max-out-len 5 \ --batch-size 8 \ --num-gpus 1 。请问我还需要添加其他参数设置吗?比如模板什么的?