File size: 1,110 Bytes
b2065a0 | 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 | {
"format_version": 1,
"source_model": "cross-encoder/ms-marco-MiniLM-L6-v2",
"conversion": "Core ML MLProgram FP16 with grouped-channel LUT palettization",
"lut_bits": 6,
"minimum_macos": "15.0",
"preferred_compute_units": "cpuAndNeuralEngine",
"input_contract": {
"inputs": [
"input_ids",
"attention_mask",
"token_type_ids"
],
"output": "score",
"dtype": "int32"
},
"buckets": [
{
"sequence_length": 128,
"artifact": "minilm_reranker_128.mlmodelc",
"sha256_tree": "72c11536901e1695ff034d704a58d9bcf9b642e7cd7472daea62b820f3f77ee7",
"parity": {
"max_absolute_logit_error": 0.19604873657226562,
"rank_correlation": 1.0,
"identical_probe_order": true
}
},
{
"sequence_length": 256,
"artifact": "minilm_reranker_256.mlmodelc",
"sha256_tree": "17884cc26f17825a80b98e6eb08af08fa85abadb0ae43ba2c19b90a5959358a1",
"parity": {
"max_absolute_logit_error": 0.20776748657226562,
"rank_correlation": 1.0,
"identical_probe_order": true
}
}
]
}
|