We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we need model evaluation method.
The text was updated successfully, but these errors were encountered:
I have wrote a BERT based auto evaluator mainly focus on fast evaluation to checkpoints of LLM for early stop when fine-tunning.
Sorry, something went wrong.
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}
mikecovlee
No branches or pull requests
we need model evaluation method.
The text was updated successfully, but these errors were encountered: