SkyworkAI / Skywork

Skywork series models are pre-trained on 3.2TB of high-quality multilingual (mainly Chinese and English) and code data. We have open-sourced the model, training data, evaluation data, evaluation methods, etc. 天工系列模型在3.2TB高质量多语言和代码数据上进行预训练。我们开源了模型参数,训练数据,评估数据,评估方法。
Other
1.21k stars 111 forks source link

The eval_loss_tp.py file is missing. #41

Closed zinccat closed 9 months ago

zinccat commented 9 months ago

The eval_loss_tp.py file used in bash_scripts/skywork_eval_loss.sh is not presented in the repo.

zhao1iang commented 9 months ago

Sorry, the name of the file to evaluate the validation loss should be eval_loss.py, which is https://github.com/SkyworkAI/Skywork/blob/main/eval/eval_loss.py.