Refactor(Fine-Tuning): Improve fine-tuning script modularity, options #176
Labels
feature
New feature or request
performance
Refactor commits that improve performance
python
Pull requests that update Python code
The fine_tuning.ipynb scripts need to be refactored for more modularity and fine-grained control:
In addition to this, extra modules and options should be added. These modules and options should have the capability to be hot-swapped and/or turned on/off depending on the preferences of the user. After some research, the following are possible ways to improve the fine_tuning.ipynb through the introduction of more parameters and methods:
Fine-Tuning:
Regularization:
Optimization:
Loss Functions:
Custom Penalty:
Batching:
External Knowledge:
Evaluation & Feedback:
The text was updated successfully, but these errors were encountered: