Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 359 Bytes

File metadata and controls

17 lines (16 loc) · 359 Bytes

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