File size: 2,625 Bytes
e641fde | 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 81 82 83 84 85 86 87 88 89 90 91 92 | {
"architecture": "smollm3",
"gguf": {
"comparison_to_hf_bf16": {
"decode_logits": {
"max_absolute_error": 0.09191668033599854,
"mean_absolute_error": 0.023608334362506866,
"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.09857787936925888,
"mean_absolute_error": 0.023846685886383057,
"top1_agreement": true,
"top5_overlap": 4
}
},
"converter_command": [
"PYTHON",
"CONVERTER",
"HF_PACKAGE",
"--outfile",
"F16_OUTPUT",
"--outtype",
"f16",
"--model-name",
"smollm3-random-model"
],
"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"
},
"f16_intermediate_retained_in_package": false,
"f16_intermediate_sha256": "f786a25e21c99c4d3fb33cf672fcab42bdc3ac132f2071de717073636c4c2680",
"model_sha256": "17a686b0b8c6ac17fd051bbe361570b90bed5127948d55def3df66db113b500c",
"model_size_bytes": 2780064,
"quantization": "Q4_0",
"quantizer_command": [
"LLAMA_QUANTIZE",
"--token-embedding-type",
"q4_0",
"F16_INPUT",
"OUTPUT",
"Q4_0"
],
"tensor_type_histogram": {
"F32": 9,
"Q4_0": 29
}
},
"hf": {
"config_sha256": "f9a288571e5de8ddbc176aaa35ef7422e0d6b213534e70103138f9573faba8d5",
"construct_prefill_decode_reload": "passed",
"converter_sentencepiece_sha256": "0f88117a2f8c52a9eabe2d61f7301b6f9b58b7a56644888da4ec9970b1efbcee",
"dtype": "bfloat16",
"model_sha256": "f4cd1bbca5840cfc4d769e04a4ee1fd2c8609b103449a4a351451a6ddf4a7f07",
"reload_tolerance": {
"atol": 0.02,
"rtol": 0.02
},
"tokenizer_json_sha256": "ba2df415c6a5595f4e9227a29d8e8b30d4d3ff6b9af7243005f191373868af45",
"transformers_version": "5.14.1"
},
"parameter_count": 4917504,
"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": 6002541067470975745
}
|