Skip to content
New issue

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

Add bleu, rouge evaluation indicators. #26

Open
LianxinGao opened this issue Sep 1, 2023 · 2 comments
Open

Add bleu, rouge evaluation indicators. #26

LianxinGao opened this issue Sep 1, 2023 · 2 comments
Assignees

Comments

@LianxinGao
Copy link
Contributor

we need model evaluation method.

@mikecovlee
Copy link
Member

I have wrote a BERT based auto evaluator mainly focus on fast evaluation to checkpoints of LLM for early stop when fine-tunning.

@LianxinGao
Copy link
Contributor Author

LianxinGao commented Sep 1, 2023

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants