Me trying to train qwen base model with data that i have
See the codepython3 -m venv venv source venv/bin/activate pip install transformers torch safetensors python convert_model.py deactivate
./build.sh run --release
export HF_TOKEN=
const MODEL_ID: &str = "Qwen/Qwen2.5-0.5B";
4 commits
Rust
90.9%
Python
6.3%
Shell
2.8%
Me trying to train qwen base model with data that i have
See the codepython3 -m venv venv source venv/bin/activate pip install transformers torch safetensors python convert_model.py deactivate
./build.sh run --release
export HF_TOKEN=
const MODEL_ID: &str = "Qwen/Qwen2.5-0.5B";
4 commits
Rust
90.9%
Python
6.3%
Shell
2.8%