Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 277 Bytes

Smolmodels

Collection of experiments related to tuning small language models for specific tasks.

Installation

python3.10 -m venv venv
pip install torch torchaudio torchvision --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt