✏️ Project Exercise 1 ✏️#
Separation of Concerns (SoC)
Recall:
🌍 Environment
Machine-specific settings (HF_HOME, device map, CUDA cache, …)
⚙️ Configuration
Model ID, LoRA hyperparameters, training arguments, paths, …
🧠 Code
The actual logic: loading, tokenizing, training, saving.
💾 Data
What is raw, what is interim, what is a result?
Head over to the HelloWorld repository and have a look at Project - Exo 1.