adapting-transfer-learning-models
This skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. It is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing transfer learning. It analyzes
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
This skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. It is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing transfer learning. It analyzes the user's requirements, generates code for adapting the model, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when you need to leverage existing models for new tasks or datasets, optimizing for performance and efficiency.
How to use
- Zainstaluj skill w swoim środowisku Claude lub kompatybilnym agencie AI, wskazując repozytorium autora (jeremylongshore). 2. Opisz swoje zadanie: określ, jaki wstępnie wytrenowany model chcesz wykorzystać, na jakim nowym zbiorze danych go dostosować i jakie metryki wydajności są dla Ciebie ważne (dokładność, precyzja, recall, F1-score). 3. Skill przeanalizuje Twoje wymagania i wygeneruje kod Pythona dostosowany do wybranego frameworka (TensorFlow lub PyTorch), zawierający kroki preprocessingu danych i ewentualne modyfikacje architektury modelu. 4. Kod będzie zawierać walidację danych, monitorowanie procesu trenowania i obsługę błędów, aby zapewnić niezawodność. 5. Po wykonaniu skill obliczy i wyświetli kluczowe metryki wydajności, aby ocenić efektywność dostosowanego modelu. 6. Skill automatycznie zapisze dostosowany model, logi trenowania, metryki wydajności oraz wygeneruje dokumentację opisującą proces adaptacji i uzyskane wyniki.