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 @@
# Assets
Bundled resources for transfer-learning-adapter skill
- [ ] example_config.json: Provides an example configuration file for adapting a pre-trained model to a new dataset.
- [ ] model_architecture.png: A diagram illustrating the architecture of a commonly used pre-trained model.
- [ ] data_preprocessing_example.py: A code snippet demonstrating how to preprocess the new dataset to be compatible with the pre-trained model.