Open LianxinGao opened 1 year ago
I have wrote a BERT based auto evaluator mainly focus on fast evaluation to checkpoints of LLM for early stop when fine-tunning.
I have wrote a BERT based auto evaluator mainly focus on fast evaluation to checkpoints of LLM for early stop when fine-tunning.
OK,maybe the way below is a necessary method to offer
python mlora.py \
--eval \
--base_model {model_path} \
--checkpoint {fine-tuned checkpoint path} \
--dataset_path {dataset to eval}
we need model evaluation method.