Hello World fine-tune Structure Create your project structure crypto-social-agent/ ├── data/ │ ├── raw/ │ └── processed/ ├── models/ │ └── fine_tuned/ ├── notebooks/ │ └── 01_hello_world_fine_tuning.ipynb ├── scripts/ │ └── train_simple.py └── requirements.txt