File size: 2,293 Bytes
cf9609e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"architecture": "qwen3",
"gguf": {
"comparison_to_hf_bf16": {
"decode_logits": {
"max_absolute_error": 0.04789973795413971,
"mean_absolute_error": 0.01485803909599781,
"top1_agreement": true,
"top5_overlap": 4
},
"policy": "informational; quantized and BF16 executions are not required to be byte-identical",
"prefill_last_logits": {
"max_absolute_error": 0.062290437519550323,
"mean_absolute_error": 0.017863117158412933,
"top1_agreement": true,
"top5_overlap": 5
}
},
"direct_token_validation": {
"all_logits_finite": true,
"decode_token_id": 17,
"eog_token_ids": [
1
],
"prefill_token_ids": [
5,
7,
11,
13
],
"repeated_output_byte_identical": true,
"status": "passed"
},
"f32_intermediate_retained": false,
"f32_intermediate_sha256": "2dec29125ee372738404f1fe272aee7b98015c28925be8466a5a3574ff4ea51c",
"model_sha256": "6af2e0d230a7919c6b1a02b6462f0441ffbadbb8188b1bd9c0f8174fecd9308f",
"model_size_bytes": 294112,
"quantization": "Q4_0",
"quantizer_command": [
"LLAMA_QUANTIZE",
"--token-embedding-type",
"q4_0",
"F32_INPUT",
"OUTPUT",
"Q4_0"
],
"tensor_type_histogram": {
"F32": 9,
"Q4_0": 15
}
},
"hf": {
"config_sha256": "6edb7aa5560d7554cb76e21e54cef67116eff94f0891fd8da905e550c12bef63",
"construct_prefill_decode_reload": "passed",
"dtype": "bfloat16",
"model_sha256": "0960438e0541dfa529703f5e2b37565aec66b354f6e45bfdf121ecadfcd86dd4",
"reload_tolerance": {
"atol": 0.02,
"rtol": 0.02
},
"tokenizer_json_sha256": "8538827f687d1fd46c3de2ba983d0af5e705c0b0661bab1e8f261a9372046d4d",
"transformers_version": "5.14.1"
},
"parameter_count": 508800,
"reproducibility": {
"gguf_q4_0_byte_identical": true,
"hf_config_byte_identical": true,
"hf_model_byte_identical": true,
"native_repeated_output_byte_identical": true
},
"rng": {
"increment": 1442695040888963407,
"multiplier": 6364136223846793005,
"name": "tlfloat LCG64 equation",
"warmup_steps": 10
},
"schema_version": 1,
"seed": 5861229642211393537
}
|