-
Notifications
You must be signed in to change notification settings - Fork 359
Example Configs and Docs #255
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
Conversation
Hi ! Thanks for the PR it's really helpful :) You only need to revert the indentation of lists in the readme and should be good to go |
@NathanHB thanks for the review. Reverted the formatting, which seems to have auto-applied haha! |
|
||
If you want to evaluate a model trained with `peft`, check out [examples/model_configs/peft_model.yaml](./examples/model_configs/peft_model.yaml). | ||
|
||
Currently, `lighteval` supports `adapter` and `delta` weights to be applied to the base model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a code snippet t show how to use those configs would be great :)
- Added quantized_model.yaml and peft_model.yaml which showcase the usage of Quantization and PEFT models. - Added a short note on Authentication with HF_TOKEN. --------- Co-authored-by: Nathan Habib <[email protected]>
- Added quantized_model.yaml and peft_model.yaml which showcase the usage of Quantization and PEFT models. - Added a short note on Authentication with HF_TOKEN. --------- Co-authored-by: Nathan Habib <[email protected]>
For #254
Added
quantized_model.yaml
andpeft_model.yaml
which showcase the usage of Quantization and PEFT models.Added a short note on Authentication with
HF_TOKEN
.