Initial commit
This commit is contained in:
7
skills/transfer-learning-adapter/scripts/README.md
Normal file
7
skills/transfer-learning-adapter/scripts/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Scripts
|
||||
|
||||
Bundled resources for transfer-learning-adapter skill
|
||||
|
||||
- [ ] adapt_model.py: Automates the process of adapting a pre-trained model to a new dataset, including data loading, preprocessing, model fine-tuning, and evaluation.
|
||||
- [ ] validate_data.py: Performs data validation checks to ensure the new dataset is compatible with the pre-trained model.
|
||||
- [ ] evaluate_performance.py: Evaluates the performance of the adapted model on the new dataset and generates performance metrics.
|
||||
Reference in New Issue
Block a user