Views
No views yet
1hf download YOUR_NAMESPACE/gpt-oss-20b-dax-lora --local-dir gpt-oss-20b-dax-lora
2
3mlx_lm.generate \
4 --model mlx-community/gpt-oss-20b-MXFP4-Q8 \
5 --adapter-path ./gpt-oss-20b-dax-lora \
6 --prompt "Create a Total Sales measure using Sales[Quantity] and Sales[Net Price]." \
7 --max-tokens 8192 \
8 --temp 0.0mlx-community/gpt-oss-20b-MXFP4-Q8. Its upstream base
model is openai/gpt-oss-20b. It is not a merged model and does not include
base-model weights.adapters.safetensors is the final step-300 adapter. Its SHA-256 is:5ace6e435e3dc5240b8e88e9ecf247d13f780531d94e323835eba19b4460f27dadapter_config.json contains the MLX runtime parameters needed to load the
adapter. adapter_manifest.json records portable training provenance. The
local MLX training config is intentionally excluded because it contains
machine-specific absolute paths.| Evaluation | Original | Fine-tuned | Score change |
|---|---|---|---|
| Independent evaluation: heuristic answer match | 37/120 | 60/120 | +19.2 pp |
| Independent evaluation: regex metadata-reference check | 112/120 | 116/120 | +3.3 pp |
| DAXBench: answer match | 15/30 | 20/30 | +16.7 pp |
| DAXBench: static DAX validation | 27/30 | 28/30 | +3.3 pp |
gpt-oss-20b-MXFP4-Q8 base model and consistent
generation settings with an 8192-token output cap. In the saved comparison
outputs, both variants emitted final-answer channels for every evaluated prompt.
The independent-evaluation answer match is a normalized text-similarity
heuristic, and the metadata-reference check is a regex-based screen for
undeclared model references. DAXBench answer match uses exact or approved
alternative answers; static DAX validation is parser/analyzer validation, not
Power BI execution.
Scores are indicative rather than a guarantee of correctness for every Power BI
model.| Evaluation | Original | Fine-tuned |
|---|---|---|
| Independent evaluation | 6.63 seconds; 1,686 characters | 2.35 seconds; 162 characters |
| DAXBench | 18.63 seconds; 2,229 characters | 2.43 seconds; 177 characters |