chore: ss

This commit is contained in:
2025-02-14 23:53:46 +06:00
parent efd62d7c94
commit 39e69c90b1
4 changed files with 67 additions and 31 deletions

View File

@@ -44,6 +44,19 @@ class TrainingConfig:
## Usage
```
gdown --fuzzy 'https://drive.google.com/file/d/1mqhq69dsSOK7ep7trTjRd3FMagTFTrzF/view?usp=sharing'
```
```bash
python main.py \
--dataset /workspace/dataset_v3.0_alpaca_noinstr_filtered_6144.json \
--output_dir /workspace/output \
--wandb_project qwen2.5-lora \
--wandb_entity luwoyuki-zhtl \
--wandb_sweep
```
```bash
python main.py \
--base_model mistralai/Mistral-7B-v0.1 \