Views
No views yet
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3-4B-Instruct-2507 |
| Parameters | 4B |
| Fine-tune method | QLoRA (4-bit) |
| Dataset size | ~1,200 samples |
| Quantization | GGUF Q4_K_M |
| File size | 2.32 GB (34.5% reduction from 3.55 GB) |
| License | MIT |
| Category | Prompts | Accuracy |
|---|---|---|
| Standard (formulas, lookups, data analysis, basic VBA) | 25 | 96% |
| Advanced (array formulas, VBA macros, financial modelling) | 5 | 80% |
| Overall | 30 | ~93% |
Evaluation was performed via manual testing. A response was marked correct if it produced a working, usable formula or macro without requiring correction.
| Step | Training Loss |
|---|---|
| 25 | 1.0435 |
| 50 | 0.7119 |
| 75 | 0.6409 |
| 100 | 0.4136 |
| 125 | 0.4048 |
| 150 | 0.3663 |
| 175 | 0.2248 |
| 200 | 0.2225 |
VLOOKUP, INDEX/MATCH, XLOOKUP, array formulas, etc.)1ollama pull Nikhil1581/qwen3-4b-instruct-2507.Q4_K_M-excel-finetuning-1.2kdataset
2ollama run Nikhil1581/qwen3-4b-instruct-2507.Q4_K_M-excel-finetuning-1.2kdatasetNikhil1581/qwen3-4b-instruct-2507 in the model browserQ4_K_M variant1./llama-cli -m qwen3-4b-excel-q4_k_m.gguf \
2 --chat-template chatml \
3 -p "You are an Excel expert assistant." \
4 -iUser: How do I look up a value in column A and return the corresponding value from column C?User: My VLOOKUP returns #N/A even though the value exists. Why?User: Write a VBA macro to loop through all sheets and highlight cells greater than 1000 in red.User: How do I calculate a running total in Excel without using a helper column?q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_projtemperature: 0.3
top_p: 0.9
repeat_penalty: 1.1
num_predict: 512