pbhappliedsystems commited on
Commit
5b2e635
·
verified ·
1 Parent(s): 2e128aa

Upload 7 files

Browse files
CITATION.cff ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: If you use this dataset, please cite it.
3
+ type: dataset
4
+ title: >-
5
+ quant_eval Run provenance
6
+ authors:
7
+ - family-names: Hill
8
+ given-names: Patrick
9
+ affiliation: PBH Applied Systems, LLC
10
+ license: CC-BY-4.0
11
+ year: 2026
12
+ doi: 10.5281/zenodo.22010462
13
+ identifiers:
14
+ - type: doi
15
+ value: 10.5281/zenodo.22010462
16
+ description: Concept DOI, always resolves to the latest version
17
+ - type: doi
18
+ value: 10.5281/zenodo.22010463
19
+ description: Version DOI, frozen to this exact deposit
LICENSE ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ quant_eval Public Corpus
2
+ Copyright (c) 2026 PBH Applied Systems, LLC
3
+
4
+ This work is licensed under the Creative Commons Attribution 4.0 International
5
+ License (CC BY 4.0).
6
+
7
+ SPDX-License-Identifier: CC-BY-4.0
8
+
9
+ You are free to:
10
+ - Share: copy and redistribute the material in any medium or format
11
+ - Adapt: remix, transform, and build upon the material
12
+ for any purpose, including commercially.
13
+
14
+ Under the following term:
15
+ - Attribution: You must give appropriate credit, provide a link to the
16
+ licence, and indicate if changes were made. You may do so in any reasonable
17
+ manner, but not in any way that suggests the licensor endorses you or your
18
+ use.
19
+
20
+ No additional restrictions: you may not apply legal terms or technological
21
+ measures that legally restrict others from doing anything the licence permits.
22
+
23
+ The full legal code is available at:
24
+ https://creativecommons.org/licenses/by/4.0/legalcode
25
+
26
+ SUGGESTED ATTRIBUTION
27
+ Hill, Patrick. "quant_eval Run provenance". PBH Applied Systems, LLC, 2026.
28
+ Licensed under CC BY 4.0.
29
+ DOI (all versions): 10.5281/zenodo.22010462
30
+ DOI (this version): 10.5281/zenodo.22010463
31
+
32
+ NOTE ON THE EVALUATED MODELS
33
+ This corpus describes the behaviour of third-party language models. It does
34
+ not redistribute model weights. Each evaluated model remains under its own
35
+ licence, recorded per run in the run provenance dataset.
README.md CHANGED
@@ -1,3 +1,129 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: >-
6
+ quant_eval Run provenance
7
+ size_categories:
8
+ - n<1K
9
+ tags:
10
+ - quantization
11
+ - large-language-models
12
+ - gguf
13
+ - agent-evaluation
14
+ - tool-calling
15
+ - behavioral-evaluation
16
+ - mcnemar
17
+ - llama-cpp
18
+ - model-evaluation
19
+ - reproducibility
20
+ annotations_creators:
21
+ - machine-generated
22
+ source_datasets:
23
+ - original
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: quant_eval_run_provenance.csv
29
  ---
30
+
31
+ # quant_eval — Run provenance
32
+
33
+ **One row per published run: model identity, contract identifiers, fixture hash, decoding conditions, licence, and the SHA-256 and byte size of both weight artifacts. Accompanied by the calibration lineage that informed each published run.**
34
+
35
+ Part of the quant_eval public corpus: a per-case behavioral evaluation of full-weight and quantized large language models across eight agent-relevant task families, with paired statistical testing.
36
+
37
+ **Cite this dataset:** [10.5281/zenodo.22010462](https://doi.org/10.5281/zenodo.22010462) — concept DOI, always resolves to the latest version.
38
+ **This exact deposit:** [10.5281/zenodo.22010463](https://doi.org/10.5281/zenodo.22010463) — version DOI, frozen. Cite this one where reported numbers must stay verifiable against the object referenced.
39
+
40
+ ## What this file contains
41
+
42
+ | File | Rows | Columns |
43
+ |---|---:|---:|
44
+ | `quant_eval_run_provenance.csv` | 6 | 41 |
45
+ | `calibration_lineage.csv` | 14 | 4 |
46
+
47
+ Supporting files: `source_bundle_checksums.json`.
48
+
49
+ ## Corpus scope
50
+
51
+ | Run | Model | Baseline | Quantized | Substrate | Licence |
52
+ |---|---|---|---|---|---|
53
+ | `Mistral_Nemo_Instruct_2407_20260814_030505` | mistralai/Mistral-Nemo-Instruct-2407 | gguf_f16 | gguf_q4_k_m | local | Apache-2.0 |
54
+ | `Mistral_Nemo_Instruct_2407_20260815_113254` | mistralai/Mistral-Nemo-Instruct-2407 | gguf_f16 | gguf_q5_k_m | local | Apache-2.0 |
55
+ | `Mistral_Nemo_Instruct_2407_20260816_084553` | mistralai/Mistral-Nemo-Instruct-2407 | gguf_f16 | gguf_q8_0 | local | Apache-2.0 |
56
+ | `Qwen2.5_14B_Instruct_1M_20260815_220633` | Qwen/Qwen2.5-14B-Instruct-1M | modal_f16 | modal_q4_k_m | Modal | Apache-2.0 |
57
+ | `Qwen2.5_32B_Instruct_20260815_081051` | Qwen/Qwen2.5-32B-Instruct | modal_f16 | modal_q4_k_m | Modal | Apache-2.0 |
58
+ | `Qwen2.5_7B_Instruct_20260814_234822` | Qwen/Qwen2.5-7B-Instruct | gguf_f16 | gguf_q4_k_m | local | Apache-2.0 |
59
+
60
+ Every run evaluates a full-weight baseline and a quantized variant of the same model against the identical locked fixture set, case for case. Statistical comparison is paired: the two-sided exact McNemar test on per-case outcomes, with Wilson intervals on the rates.
61
+
62
+ ## Columns
63
+
64
+ ### `quant_eval_run_provenance.csv`
65
+
66
+ ```
67
+ run_id model_id canonical_upstream_model_id
68
+ adapter_id adapter_reason version_tag
69
+ evaluation_contract_id scoring_contract prompt_contract
70
+ fixture_construction_contract fixtures_sha256 fixture_version_label
71
+ fixture_split profile run_purpose
72
+ promotion_status publication_status release_validation_status
73
+ seed fixture_generation_seed timestamp
74
+ baseline_quant_type quantized_quant_type baseline_runner
75
+ quantized_runner execution_substrate decode_temperature
76
+ decode_seed_status decode_context_size decode_top_p
77
+ decode_top_k license spdx_license_id
78
+ commercial_use_status baseline_artifact_sha256 baseline_artifact_bytes
79
+ quantized_artifact_sha256 quantized_artifact_bytes upstream_revision
80
+ upstream_revision_status rows
81
+ ```
82
+
83
+ ### `calibration_lineage.csv`
84
+
85
+ ```
86
+ published_run_id calibration_run_id role
87
+ published
88
+ ```
89
+
90
+ ## Verification
91
+
92
+ This corpus is derived from sanitized publication bundles produced by the quant_eval harness. It is designed to be checked rather than trusted:
93
+
94
+ - `source_bundle_checksums.json`, included here, republishes, verbatim, the SHA-256 digest and byte length of every file in every source bundle. No source file was modified.
95
+ - Before this file was written, the builder verified all 72 source-file digests and independently recomputed all 96 family x runner pass rates from the raw per-case rows, matching the harness rollups exactly.
96
+ - The fields here are run-level metadata carried through from the source bundles unchanged, not statistics derived from per-case rows. They are traceable through the bundle digests above. Recomputable aggregates live in the paired degradation statistics (D5) and family pass rates (D6) datasets, both derived from the per-case results dataset (D1).
97
+
98
+ ## Limits you should know before using this
99
+
100
+ - **Decoding conditions are not uniform across models.** Temperature follows each publisher's own model card, so cross-model comparison of absolute pass rates is confounded. Within-run pairing is unaffected, which is what the paired test requires. The conditions are published per row and per run so they can be filtered on.
101
+ - **Runs on the Modal substrate record `seed` status `unsupported`** — the deployed method signature accepts no seed — so those runs are not exactly reproducible. Local runs applied a fixed seed.
102
+ - **Runtime figures are observed harness wall time** on the recorded hardware and backends. They are not a controlled throughput benchmark and not a general claim about quantization performance at any precision on any hardware. Direction is published as an explicit label because not every measured pair is a speedup.
103
+ - **The fuzz family is an adaptive trajectory** evaluated from identical starting fixtures. Its paired test compares complete case outcomes, not identical post-divergence prompts.
104
+ - **`upstream_revision` is empty for 2 of 6 runs** (`Qwen2.5_14B_Instruct_1M_20260815_220633`, `Qwen2.5_7B_Instruct_20260814_234822`). Where present, it is the exact upstream repository revision the evaluated weights were converted from. Where empty, `upstream_revision_status` records why — in this corpus, `unavailable_for_pre_provenance_legacy_artifact`. This is a documented absence, not a dropped measurement: weight identity for those runs is still established exactly, by the artifact SHA-256 recorded in this file, but not tied to a named upstream commit.
105
+ - **Calibration runs are not published.** Runs that informed a published run are disclosed by identifier in `calibration_lineage.csv`, included here, so the record is complete without releasing provisional numbers.
106
+
107
+ ## Citation
108
+
109
+ ```bibtex
110
+ @dataset{pbh_quant_eval_d4,
111
+ author = {Hill, Patrick},
112
+ title = {quant_eval Run provenance},
113
+ publisher = {PBH Applied Systems, LLC},
114
+ year = {2026},
115
+ doi = {10.5281/zenodo.22010462},
116
+ note = {Version DOI: 10.5281/zenodo.22010463},
117
+ license = {CC-BY-4.0}
118
+ }
119
+ ```
120
+
121
+ ## Licence
122
+
123
+ Creative Commons Attribution 4.0 International (CC BY 4.0). See `LICENSE`. Commercial use is permitted; attribution is required.
124
+
125
+ This corpus describes third-party models and redistributes no model weights. Each evaluated model remains under its own licence, recorded per run in the run provenance dataset.
126
+
127
+ ---
128
+
129
+ Produced by build_datasets.py 2.4.0 from quant_eval publication bundles. Built 2026-08-19.
calibration_lineage.csv ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ published_run_id,calibration_run_id,role,published
2
+ Mistral_Nemo_Instruct_2407_20260814_030505,Mistral_Nemo_Instruct_2407_20260801_045455,internal_calibration_evidence,false
3
+ Mistral_Nemo_Instruct_2407_20260814_030505,Mistral_Nemo_Instruct_2407_20260806_010333,internal_calibration_evidence,false
4
+ Mistral_Nemo_Instruct_2407_20260814_030505,Mistral_Nemo_Instruct_2407_20260806_031656,internal_calibration_evidence,false
5
+ Mistral_Nemo_Instruct_2407_20260814_030505,Mistral_Nemo_Instruct_2407_20260806_040832,internal_calibration_evidence,false
6
+ Mistral_Nemo_Instruct_2407_20260814_030505,Mistral_Nemo_Instruct_2407_20260806_075304,internal_calibration_evidence,false
7
+ Mistral_Nemo_Instruct_2407_20260815_113254,Mistral_Nemo_Instruct_2407_20260816_002017,internal_calibration_evidence,false
8
+ Mistral_Nemo_Instruct_2407_20260816_084553,Mistral_Nemo_Instruct_2407_20260816_080505,internal_calibration_evidence,false
9
+ Qwen2.5_14B_Instruct_1M_20260815_220633,Qwen2.5_14B_Instruct_1M_20260808_233748,internal_calibration_evidence,false
10
+ Qwen2.5_14B_Instruct_1M_20260815_220633,Qwen2.5_14B_Instruct_1M_20260809_003830,internal_calibration_evidence,false
11
+ Qwen2.5_32B_Instruct_20260815_081051,Qwen2.5_32B_Instruct_20260810_011511,internal_calibration_evidence,false
12
+ Qwen2.5_32B_Instruct_20260815_081051,Qwen2.5_32B_Instruct_20260810_030336,internal_calibration_evidence,false
13
+ Qwen2.5_7B_Instruct_20260814_234822,Qwen2.5_7B_Instruct_20260809_160647,internal_calibration_evidence,false
14
+ Qwen2.5_7B_Instruct_20260814_234822,Qwen2.5_7B_Instruct_20260809_163943,internal_calibration_evidence,false
15
+ Qwen2.5_7B_Instruct_20260814_234822,Qwen2.5_7B_Instruct_20260809_165049,internal_calibration_evidence,false
dataset-metadata.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": "quant_eval Run provenance",
3
+ "subtitle": "Run provenance for six paired full-weight vs quantized model evaluations",
4
+ "id": "pbhappliedsystems/quant_eval_run_provenance",
5
+ "licenses": [
6
+ {
7
+ "name": "CC-BY-4.0"
8
+ }
9
+ ],
10
+ "description": "See README.md. Part of the quant_eval public corpus \u2014 10.5281/zenodo.22010462.",
11
+ "resources": []
12
+ }
quant_eval_run_provenance.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ run_id,model_id,canonical_upstream_model_id,adapter_id,adapter_reason,version_tag,evaluation_contract_id,scoring_contract,prompt_contract,fixture_construction_contract,fixtures_sha256,fixture_version_label,fixture_split,profile,run_purpose,promotion_status,publication_status,release_validation_status,seed,fixture_generation_seed,timestamp,baseline_quant_type,quantized_quant_type,baseline_runner,quantized_runner,execution_substrate,decode_temperature,decode_seed_status,decode_context_size,decode_top_p,decode_top_k,license,spdx_license_id,commercial_use_status,baseline_artifact_sha256,baseline_artifact_bytes,quantized_artifact_sha256,quantized_artifact_bytes,upstream_revision,upstream_revision_status,rows
2
+ Mistral_Nemo_Instruct_2407_20260814_030505,mistralai/Mistral-Nemo-Instruct-2407,mistralai/Mistral-Nemo-Instruct-2407,mistral_nemo_instruct_2407,prepared artifact path match,v7.22.21,canonical_agentic_contract_v7.22.17:evaluation,v7.22.17,canonical_template_v3,canonical_template_v3,ae7d7fa90a2ef8d4e673108886599248dff52c83829ac79b51e332d01421a23f,v7.22.13,evaluation,locked_publication,publication,published_bundle,eligible,passed,42,100042,20260814_030505,gguf_f16,gguf_q4_k_m,full_weight_llama_cpp,quantized_llama_cpp,local_llama_cpp,0.3,applied,4096,1.0,,Apache-2.0,Apache-2.0,permitted_by_recorded_license,070920655fab05a776d40d522ba17f55c1f663310f77c8fe57dd850e8dad10ef,24504279808,d3b7c7950abee2677290c1a3412940a0e1e3bc98449b42f34bc1d7ab6d4917b9,7477207744,8aedd450f2583e9c67fae1929f6936b8fc5aef9c,exact,3200
3
+ Mistral_Nemo_Instruct_2407_20260815_113254,mistralai/Mistral-Nemo-Instruct-2407,mistralai/Mistral-Nemo-Instruct-2407,mistral_nemo_instruct_2407,prepared artifact path match,v7.22.22,canonical_agentic_contract_v7.22.18:evaluation,v7.22.22,canonical_template_v3,canonical_template_v3,0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97,v7.22.22,evaluation,locked_publication,publication,published_bundle,eligible,passed,42,100042,20260815_113254,gguf_f16,gguf_q5_k_m,full_weight_llama_cpp,quantized_llama_cpp,local_llama_cpp,0.3,applied,4096,1.0,,Apache-2.0,Apache-2.0,permitted_by_recorded_license,070920655fab05a776d40d522ba17f55c1f663310f77c8fe57dd850e8dad10ef,24504279808,20df665d95c88cd3ab144a0153dc977b3c308ae48e42abcefe63891b502e31f1,8727634688,8aedd450f2583e9c67fae1929f6936b8fc5aef9c,exact,3200
4
+ Mistral_Nemo_Instruct_2407_20260816_084553,mistralai/Mistral-Nemo-Instruct-2407,mistralai/Mistral-Nemo-Instruct-2407,mistral_nemo_instruct_2407,prepared artifact path match,v7.22.22,canonical_agentic_contract_v7.22.18:evaluation,v7.22.22,canonical_template_v3,canonical_template_v3,0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97,v7.22.22,evaluation,locked_publication,publication,published_bundle,eligible,passed,42,100042,20260816_084553,gguf_f16,gguf_q8_0,full_weight_llama_cpp,quantized_llama_cpp,local_llama_cpp,0.3,applied,4096,1.0,,Apache-2.0,Apache-2.0,permitted_by_recorded_license,070920655fab05a776d40d522ba17f55c1f663310f77c8fe57dd850e8dad10ef,24504279808,e2913d66eee3b39f2769b830ade9284d27b31a1adcc20d99de87b75f632c7427,13022372608,8aedd450f2583e9c67fae1929f6936b8fc5aef9c,exact,3200
5
+ Qwen2.5_14B_Instruct_1M_20260815_220633,Qwen/Qwen2.5-14B-Instruct-1M,Qwen/Qwen2.5-14B-Instruct-1M,qwen2_5_14b_instruct_1m,prepared Modal model mapping,v7.22.22,canonical_agentic_contract_v7.22.18:evaluation,v7.22.22,canonical_template_v3,canonical_template_v3,0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97,v7.22.22,evaluation,locked_publication,publication,published_bundle,eligible,passed,42,100042,20260815_220633,modal_f16,modal_q4_k_m,full_weight_modal_llama_cpp,quantized_modal_llama_cpp,modal_llama_cpp,0.7,unsupported,8192,0.95,40,Apache-2.0,Apache-2.0,permitted_by_recorded_license,de08ea9c41234ef83b7aacf07f9ebc3cbaa20ca8aeb5f6417758a8798660aaa9,29547716384,5ad529ff2b1b192f31c8a638fe8756a0c628904e2ded797c11f9194216976973,8988110624,,unavailable_for_pre_provenance_legacy_artifact,3200
6
+ Qwen2.5_32B_Instruct_20260815_081051,Qwen/Qwen2.5-32B-Instruct,Qwen/Qwen2.5-32B-Instruct,qwen2_5_32b_instruct,prepared Modal model mapping,v7.22.22,canonical_agentic_contract_v7.22.18:evaluation,v7.22.22,canonical_template_v3,canonical_template_v3,0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97,v7.22.22,evaluation,locked_publication,publication,published_bundle,eligible,passed,42,100042,20260815_081051,modal_f16,modal_q4_k_m,full_weight_modal_llama_cpp,quantized_modal_llama_cpp,modal_llama_cpp,0.7,unsupported,8192,0.95,40,Apache-2.0,Apache-2.0,permitted_by_recorded_license,02e264f0273624b39b0650f8c0583c6d04c320c777780ca5be839999912adf3c,65535969920,6f810a332a884410aa65cc1b5a128a8603f083b36465acfbbf67a08f50a4d3e3,19851336320,5ede1c97bbab6ce5cda5812749b4c0bdf79b18dd,exact,3200
7
+ Qwen2.5_7B_Instruct_20260814_234822,Qwen/Qwen2.5-7B-Instruct,Qwen/Qwen2.5-7B-Instruct,qwen2_5_7b_instruct,prepared artifact path match,v7.22.21,canonical_agentic_contract_v7.22.17:evaluation,v7.22.19,canonical_template_v3,canonical_template_v3,2a0f7cdd3d2432d715baf6026c07a8a20d6302d46a60c84c04257f8ade06914c,v7.22.19,evaluation,locked_publication,publication,published_bundle,eligible,passed,42,100042,20260814_234822,gguf_f16,gguf_q4_k_m,full_weight_llama_cpp,quantized_llama_cpp,local_llama_cpp,0.7,applied,4096,1.0,,Apache-2.0,Apache-2.0,permitted_by_recorded_license,ebb1cb9f8d7721f5ea509ff9e7327873b039e523c17f2d03d6f1b90729574b54,15237853632,863656d217841f5d3fb180d9dca4e4bbdaa071bde25885fa0d27fe7188a2cc85,4683073984,,unavailable_for_pre_provenance_legacy_artifact,3200
source_bundle_checksums.json ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algorithm": "sha256",
3
+ "bundles": {
4
+ "Mistral_Nemo_Instruct_2407_20260814_030505": {
5
+ "algorithm": "sha256",
6
+ "files": {
7
+ "README.md": {
8
+ "bytes": 2150,
9
+ "digest": "bfe5f8b7e1a4eb15fb113e52ec46b2adfcd48586c8263de0413d9cdfa3dc804d"
10
+ },
11
+ "catalog_recommendation.json": {
12
+ "bytes": 7673,
13
+ "digest": "cbeee1e99faccb743d7e6e5c55cacce75389e24c5b7eb2d0461286c20e69fe6b"
14
+ },
15
+ "comparison_results.csv": {
16
+ "bytes": 4152703,
17
+ "digest": "67790d5e926bcce8ea2d686a96fb2a88ac9f2d21a74faab0801426db4b263e25"
18
+ },
19
+ "data_dictionary.json": {
20
+ "bytes": 113342,
21
+ "digest": "f9ef0b16afd66f512b0402499a2a99c0c9d1881c5a6cf01bc117903fa27cb6a9"
22
+ },
23
+ "fuzz_prompt_contract_v2.json": {
24
+ "bytes": 2562,
25
+ "digest": "8d33e0debb6bd5f4acdde0fdb49898ed3d59cbcfdd1585998884aa6bc674d115"
26
+ },
27
+ "golden_oracle_fixtures.json": {
28
+ "bytes": 2733585,
29
+ "digest": "ae7d7fa90a2ef8d4e673108886599248dff52c83829ac79b51e332d01421a23f"
30
+ },
31
+ "model_card.md": {
32
+ "bytes": 33871,
33
+ "digest": "eed30b26bd8ab7ed74282550d2a374b3f86fc0a2233acaddd2590d8dc6e4aff8"
34
+ },
35
+ "prompt_contract.json": {
36
+ "bytes": 1201,
37
+ "digest": "93ab8d18b8638e639d44e82f24b9a52cdda051f25202ae7fc695ecc834b3d1f5"
38
+ },
39
+ "rollup.json": {
40
+ "bytes": 167724,
41
+ "digest": "cfcc57beaadf7c91c7e089c77148bffc6e1fbc6ea55bb369e9ab417aa46659a3"
42
+ },
43
+ "run_manifest.json": {
44
+ "bytes": 43414,
45
+ "digest": "f8fe3f4eae5b3189f4781f4faf40757276157d193c7afb4c755e089b0b146551"
46
+ },
47
+ "summary.md": {
48
+ "bytes": 25964,
49
+ "digest": "f3e13f13dd2ea62bcacc2227170740c2de95377083f22b116d0cb08f826299d9"
50
+ },
51
+ "throughput_telemetry.jsonl": {
52
+ "bytes": 4616300,
53
+ "digest": "a3751d8c726e6eb96813cad03b0ac2f5b956a3b829243edaff69a55586d06dab"
54
+ }
55
+ },
56
+ "schema_version": 1
57
+ },
58
+ "Mistral_Nemo_Instruct_2407_20260815_113254": {
59
+ "algorithm": "sha256",
60
+ "files": {
61
+ "README.md": {
62
+ "bytes": 2219,
63
+ "digest": "8b54c407e2f0f57e2191a611d911a57c91f008861a93204fb5402449dad12826"
64
+ },
65
+ "catalog_recommendation.json": {
66
+ "bytes": 8018,
67
+ "digest": "bce6a2148a6ee735500bb32290a1ea83cfe57028d5d062642e2a5acd7bd6888a"
68
+ },
69
+ "comparison_results.csv": {
70
+ "bytes": 4077659,
71
+ "digest": "e73595593c9964cd275c4a08a3a76e531ff89dc5c07ca5b4459b4f81f7e1e157"
72
+ },
73
+ "data_dictionary.json": {
74
+ "bytes": 113936,
75
+ "digest": "0aeae6ff39f6de23bf0e39c71b57390b1a744d32e4b9c7d99f89b128d8fc0d24"
76
+ },
77
+ "fuzz_prompt_contract_v2.json": {
78
+ "bytes": 2562,
79
+ "digest": "8d33e0debb6bd5f4acdde0fdb49898ed3d59cbcfdd1585998884aa6bc674d115"
80
+ },
81
+ "golden_oracle_fixtures.json": {
82
+ "bytes": 2733585,
83
+ "digest": "0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97"
84
+ },
85
+ "model_card.md": {
86
+ "bytes": 27948,
87
+ "digest": "a3ca5753009de33b3da3d03d21d11261ca6d6d991acec040918a867592e37602"
88
+ },
89
+ "prompt_contract.json": {
90
+ "bytes": 1201,
91
+ "digest": "6c27b0082c69a3835a6da271a83b85a51833359205ec525e717afed14200b6eb"
92
+ },
93
+ "rollup.json": {
94
+ "bytes": 173426,
95
+ "digest": "7bc73a87594828e3704b658f5fcd3bce771c2f550147efd95ea0f422f70c39ad"
96
+ },
97
+ "run_manifest.json": {
98
+ "bytes": 43947,
99
+ "digest": "59e34c48ce40e250a4e552861672249600eb3fc45f744f349c45fdcaffc4e610"
100
+ },
101
+ "summary.md": {
102
+ "bytes": 26263,
103
+ "digest": "47df582b5beef742660603a6dc5d10712c8bf46bcb0d44f7e37290b3044f0a2e"
104
+ },
105
+ "throughput_telemetry.jsonl": {
106
+ "bytes": 4711031,
107
+ "digest": "3192c2dd4b8599705a0516596181cc5c3c44dba2d9b9a06966ee58bf23d250ec"
108
+ }
109
+ },
110
+ "schema_version": 1
111
+ },
112
+ "Mistral_Nemo_Instruct_2407_20260816_084553": {
113
+ "algorithm": "sha256",
114
+ "files": {
115
+ "README.md": {
116
+ "bytes": 2219,
117
+ "digest": "5cea5760617aa300f87979d18d36f7c8b9ad4e2a524c53aa52aa2f44cb31025a"
118
+ },
119
+ "catalog_recommendation.json": {
120
+ "bytes": 8026,
121
+ "digest": "ba46a89c460fdd03272ff473b9cd1e480e86e7a977c6b11c31c5b512e84f4aaa"
122
+ },
123
+ "comparison_results.csv": {
124
+ "bytes": 4079525,
125
+ "digest": "c7938baee6f32858fd4086838b2147c2a8aac4ce23b15a3d68ddc0eb0e1a2c66"
126
+ },
127
+ "data_dictionary.json": {
128
+ "bytes": 113936,
129
+ "digest": "6d5bbd677c22058a990128afa3c69ff11f961000f01166f803bd2bd9018984f5"
130
+ },
131
+ "fuzz_prompt_contract_v2.json": {
132
+ "bytes": 2562,
133
+ "digest": "8d33e0debb6bd5f4acdde0fdb49898ed3d59cbcfdd1585998884aa6bc674d115"
134
+ },
135
+ "golden_oracle_fixtures.json": {
136
+ "bytes": 2733585,
137
+ "digest": "0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97"
138
+ },
139
+ "model_card.md": {
140
+ "bytes": 27966,
141
+ "digest": "143f6556bb86d5c251a549ec5f92dfe962fa1bfd4d90bb5f218ff2a341e6ab7a"
142
+ },
143
+ "prompt_contract.json": {
144
+ "bytes": 1201,
145
+ "digest": "6c27b0082c69a3835a6da271a83b85a51833359205ec525e717afed14200b6eb"
146
+ },
147
+ "rollup.json": {
148
+ "bytes": 177653,
149
+ "digest": "89869e1fb5e46f86793d276779a525171299be9f6362cd34124b9a841dcf9897"
150
+ },
151
+ "run_manifest.json": {
152
+ "bytes": 47610,
153
+ "digest": "8f6a3cfa77639906201203a822924e49e207f5ad28a38450ab362a570986c10f"
154
+ },
155
+ "summary.md": {
156
+ "bytes": 26254,
157
+ "digest": "c009e6c45423f2e368c8c919b604e7c5993266479f0e341d13bdaa266835b39c"
158
+ },
159
+ "throughput_telemetry.jsonl": {
160
+ "bytes": 4976541,
161
+ "digest": "c9c7a9d6051789f80978b9b613426e7175bb565ec3feea41f2adca01db027a6d"
162
+ }
163
+ },
164
+ "schema_version": 1
165
+ },
166
+ "Qwen2.5_14B_Instruct_1M_20260815_220633": {
167
+ "algorithm": "sha256",
168
+ "files": {
169
+ "README.md": {
170
+ "bytes": 2208,
171
+ "digest": "17cce8f4247e9765c876293412ac5bb705e3dc894821a41318035d05bf4f7d5b"
172
+ },
173
+ "catalog_recommendation.json": {
174
+ "bytes": 7555,
175
+ "digest": "948958891f1427c29e1eb7724ff909192a1f4391a0f71278c51300ab963fd5d9"
176
+ },
177
+ "comparison_results.csv": {
178
+ "bytes": 4207377,
179
+ "digest": "0ecc5a306805cf6cccd3f6ab11acd4a1cc5fd09b1f250a627487358663940a6c"
180
+ },
181
+ "data_dictionary.json": {
182
+ "bytes": 115855,
183
+ "digest": "a4b30b0dc4a78c70c3fee7a4d13af7de2763362e543b2bb7094f75ea8394e74d"
184
+ },
185
+ "fuzz_prompt_contract_v2.json": {
186
+ "bytes": 2562,
187
+ "digest": "8d33e0debb6bd5f4acdde0fdb49898ed3d59cbcfdd1585998884aa6bc674d115"
188
+ },
189
+ "golden_oracle_fixtures.json": {
190
+ "bytes": 2733585,
191
+ "digest": "0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97"
192
+ },
193
+ "model_card.md": {
194
+ "bytes": 31171,
195
+ "digest": "553609be28f4235f6bfbd583cd9169dda96b6c31a4fbb993590b153c83049fb6"
196
+ },
197
+ "prompt_contract.json": {
198
+ "bytes": 1201,
199
+ "digest": "6c27b0082c69a3835a6da271a83b85a51833359205ec525e717afed14200b6eb"
200
+ },
201
+ "rollup.json": {
202
+ "bytes": 166299,
203
+ "digest": "be5eb5a632956a8f405e2a957e35969be7f6dbd022fa546b73fd1b9a738a2c5d"
204
+ },
205
+ "run_manifest.json": {
206
+ "bytes": 44517,
207
+ "digest": "e4eb3b59adbd830de2864f864e6532086ce0bb59e7763d212dd6a8e5c88da548"
208
+ },
209
+ "summary.md": {
210
+ "bytes": 27280,
211
+ "digest": "dfe84d8a4150b5389e46774e420c9ab2634ee302a69fa6aba12352c7beda99d5"
212
+ },
213
+ "throughput_telemetry.jsonl": {
214
+ "bytes": 5688976,
215
+ "digest": "17b9e3234942f43b05554340fc108e70367b350ec5daa1d49e9037c8c17867f8"
216
+ }
217
+ },
218
+ "schema_version": 1
219
+ },
220
+ "Qwen2.5_32B_Instruct_20260815_081051": {
221
+ "algorithm": "sha256",
222
+ "files": {
223
+ "README.md": {
224
+ "bytes": 2202,
225
+ "digest": "e7171c6e10929dff69a1da701ba42b128b3bb680263d668dec0aa3b83e0ea0f2"
226
+ },
227
+ "catalog_recommendation.json": {
228
+ "bytes": 8024,
229
+ "digest": "d9f046fc3cdac2ce5779af3dc87643ee7c14cfc85c70c85400e2f0d014667fc8"
230
+ },
231
+ "comparison_results.csv": {
232
+ "bytes": 4167080,
233
+ "digest": "3fe31c07817f2c577ca4f7a4e9c3ff3419b790e671cf89ccf4c7158a8eda3242"
234
+ },
235
+ "data_dictionary.json": {
236
+ "bytes": 115857,
237
+ "digest": "01e71d1f6ad7f6fd41a0bfe43923921e8f7e5528f48c4afdfe13211187d43c63"
238
+ },
239
+ "fuzz_prompt_contract_v2.json": {
240
+ "bytes": 2562,
241
+ "digest": "8d33e0debb6bd5f4acdde0fdb49898ed3d59cbcfdd1585998884aa6bc674d115"
242
+ },
243
+ "golden_oracle_fixtures.json": {
244
+ "bytes": 2733585,
245
+ "digest": "0673b5e5c0fb1b7ba4bdc8c9aa985104260db183453c5708aff14c87823edb97"
246
+ },
247
+ "model_card.md": {
248
+ "bytes": 28367,
249
+ "digest": "ae46aba69a24170f98a274de5e5f3f904c2810a939655578af41369401666dc0"
250
+ },
251
+ "prompt_contract.json": {
252
+ "bytes": 1201,
253
+ "digest": "6c27b0082c69a3835a6da271a83b85a51833359205ec525e717afed14200b6eb"
254
+ },
255
+ "rollup.json": {
256
+ "bytes": 181263,
257
+ "digest": "a34a7dab00ed885863583765a0202e48e6ee67542743bf119c73750820aa4b7a"
258
+ },
259
+ "run_manifest.json": {
260
+ "bytes": 59189,
261
+ "digest": "5f088aeee5f3f7ca71e2c220359a60740013569dd259ca9526b810eb789bae4c"
262
+ },
263
+ "summary.md": {
264
+ "bytes": 27501,
265
+ "digest": "dcf1ee5804133a05e4a33469921ee68835f48a56783b3fa5ad26e2a5ca52cb6b"
266
+ },
267
+ "throughput_telemetry.jsonl": {
268
+ "bytes": 5777376,
269
+ "digest": "3aedd41004fe03ffb17ae0f077a6dc9c1658a9c199fd04208a3d5778ea55e02d"
270
+ }
271
+ },
272
+ "schema_version": 1
273
+ },
274
+ "Qwen2.5_7B_Instruct_20260814_234822": {
275
+ "algorithm": "sha256",
276
+ "files": {
277
+ "README.md": {
278
+ "bytes": 2131,
279
+ "digest": "32b96d073e0a546da4a0407ae12868dfdc7ae1be9ae9886ba857d51ed7b3a5e9"
280
+ },
281
+ "catalog_recommendation.json": {
282
+ "bytes": 7458,
283
+ "digest": "d26a1e12bed873c092e11315f732780c742d48883fb837a4fdf4f3d752422b98"
284
+ },
285
+ "comparison_results.csv": {
286
+ "bytes": 3988377,
287
+ "digest": "b4dcb99fdc94aac60a6a3cc0b069c6e45a28a846731481a4197183d4bb3a56ba"
288
+ },
289
+ "data_dictionary.json": {
290
+ "bytes": 113339,
291
+ "digest": "3bf135bd566ed21d14cce4e89683ecb958bf721650f493708128a11322c3cc03"
292
+ },
293
+ "fuzz_prompt_contract_v2.json": {
294
+ "bytes": 2562,
295
+ "digest": "8d33e0debb6bd5f4acdde0fdb49898ed3d59cbcfdd1585998884aa6bc674d115"
296
+ },
297
+ "golden_oracle_fixtures.json": {
298
+ "bytes": 2733585,
299
+ "digest": "2a0f7cdd3d2432d715baf6026c07a8a20d6302d46a60c84c04257f8ade06914c"
300
+ },
301
+ "model_card.md": {
302
+ "bytes": 30372,
303
+ "digest": "c4ca14ebc8a8e48609ad692f29576b3ba6f1f78e510faabeb1a2c5df9f138f15"
304
+ },
305
+ "prompt_contract.json": {
306
+ "bytes": 1201,
307
+ "digest": "6bd13219380bb461f4c5df6a12e2b3718117f69a257bd08e8d4a6c571ab7237b"
308
+ },
309
+ "rollup.json": {
310
+ "bytes": 156786,
311
+ "digest": "899138cfcef0c42e889d5366fec7934e250ed4f8a2191b3dcb9ac2da70fb64ec"
312
+ },
313
+ "run_manifest.json": {
314
+ "bytes": 31597,
315
+ "digest": "1abc9b14e58e1e081c39e7668faaa17cc8d2f76e05de822f6f8c81ebb907338b"
316
+ },
317
+ "summary.md": {
318
+ "bytes": 25248,
319
+ "digest": "6125411eeeebf2ddf00ea554e8e51db32afb6ab7789e425f5fd54b6e0e7698a0"
320
+ },
321
+ "throughput_telemetry.jsonl": {
322
+ "bytes": 4500598,
323
+ "digest": "65c2191605e6c45e062f5b99dd79fbc1963891d72e12f547bf6818cd6782626f"
324
+ }
325
+ },
326
+ "schema_version": 1
327
+ }
328
+ },
329
+ "note": "Verbatim source-bundle digests. No bundle file was modified. Sanitization is by field selection during derivation."
330
+ }