junmingg commited on
Commit
7667c11
·
verified ·
1 Parent(s): 7ad1299

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ GGUF quants (`q4_k_m`, `q8_0`) for llama.cpp / Ollama: `junmingg/qwen2.5-coder-7
102
  | | |
103
  |---|---|
104
  | Base | `Qwen/Qwen2.5-Coder-7B-Instruct` (4-bit QLoRA) |
105
- | Data | [`b-mc2/sql-create-context`](https://huggingface.co/datasets/b-mc2/sql-create-context), 25k train / 500 held-out test (seed 42) |
106
  | LoRA | r=16, α=16, dropout=0, all linear layers |
107
  | Schedule | 1 epoch (~1,557 steps), effective batch 16, lr 2e-4 cosine, warmup 0.03 |
108
  | Precision / optim | bf16, `adamw_8bit`, `max_seq_length=2048` |
 
102
  | | |
103
  |---|---|
104
  | Base | `Qwen/Qwen2.5-Coder-7B-Instruct` (4-bit QLoRA) |
105
+ | Data | [`b-mc2/sql-create-context`](https://huggingface.co/datasets/b-mc2/sql-create-context) (~78.6k rows total). Shuffled (seed 42), then a **25k train subset** + a fixed **500 held-out test** set. The remaining ~53k rows were intentionally unused — 1 epoch over 25k already saturates this task; adding the rest gives negligible lift while ~doubling/tripling train time. |
106
  | LoRA | r=16, α=16, dropout=0, all linear layers |
107
  | Schedule | 1 epoch (~1,557 steps), effective batch 16, lr 2e-4 cosine, warmup 0.03 |
108
  | Precision / optim | bf16, `adamw_8bit`, `max_seq_length=2048` |