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

Feature/finetune refactor #79

Merged
merged 9 commits into from
Feb 26, 2024
Merged

Feature/finetune refactor #79

merged 9 commits into from
Feb 26, 2024

Conversation

benjaminye
Copy link
Contributor

This PR creates abstraction for finetune and inference that does finetuning on a base model and does inference on eval/test set.

  • Created abstract classes and methods for finetune and inference
  • Implemented abstract methods for LoRA
  • Refactored toolkit.py to use finetune and inference modules defined by their respective abstract classes
  • Removed old code

@RohitSaha RohitSaha merged commit 675bca5 into main Feb 26, 2024
2 checks passed
@benjaminye benjaminye deleted the feature/finetune-refactor branch February 26, 2024 17:52
@benjaminye benjaminye added the enhancement New feature or request label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants