RupertLuo/Valley

The 'evaluate' in trainer.py

liziming5353 opened this issue · 3 comments

What is 'evaluate' in line 27 in trainer.py? I met an error ''No module named 'evaluate''' from there.

evaluate is a package and needs to be installed with pip

Thank you! Another question: do you use flash_attn and deepspeed by defualt to accelerate?

no