Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:01 +08:00
commit 3ec67bcd47
11 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for transfer-learning-adapter skill
- [ ] transfer_learning_best_practices.md: Provides best practices for transfer learning, including model selection, hyperparameter tuning, and data augmentation techniques.
- [ ] supported_models.md: Lists the pre-trained models supported by the skill and their corresponding architectures and performance characteristics.
- [ ] data_format_requirements.md: Specifies the required data format for the new dataset, including data types, dimensions, and preprocessing steps.