anemll's picture
Upload folder using huggingface_hub
301eb4a verified
[
{
"metadataOutputVersion" : "3.0",
"userDefinedMetadata" : {
"com.github.apple.coremltools.version" : "9.0",
"com.github.apple.coremltools.source_dialect" : "TorchScript",
"com.anemll.lut_bits" : "4",
"com.anemll.context_length" : "1024",
"com.github.apple.coremltools.source" : "torch==2.5.0",
"com.anemll.num_chunks" : "2",
"com.anemll.batch_size" : "64",
"com.anemll.info" : "Converted with Anemll v0.1.1",
"com.anemll.chunk_no" : "1"
},
"availability" : {
"macOS" : "15.0",
"tvOS" : "18.0",
"visionOS" : "2.0",
"watchOS" : "11.0",
"iOS" : "18.0",
"macCatalyst" : "18.0"
},
"inputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 2560)",
"shortDescription" : "",
"shape" : "[1, 1, 2560]",
"name" : "hidden_states",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "position_ids",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 1 × 1024)",
"shortDescription" : "",
"shape" : "[1, 1, 1, 1024]",
"name" : "causal_mask",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "current_pos",
"type" : "MultiArray"
}
],
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 2560)",
"shortDescription" : "",
"shape" : "[1, 1, 2560]",
"name" : "output_hidden_states",
"type" : "MultiArray"
}
],
"modelParameters" : [
],
"storagePrecision" : "Mixed (Float16, Palettized (12 bits), Palettized (13 bits), Palettized (14 bits), Palettized (16 bits), UInt4)",
"method" : "predict",
"functions" : [
{
"inputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 2560)",
"shortDescription" : "",
"shape" : "[1, 1, 2560]",
"name" : "hidden_states",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "position_ids",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 1 × 1024)",
"shortDescription" : "",
"shape" : "[1, 1, 1, 1024]",
"name" : "causal_mask",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "current_pos",
"type" : "MultiArray"
}
],
"computePrecision" : "Mixed (Float16, Int16, Int32, UInt16)",
"storagePrecision" : "Mixed (Float16, Palettized (12 bits), Palettized (13 bits), Palettized (14 bits), Palettized (16 bits), UInt4)",
"stateSchema" : [
{
"dataType" : "Float16",
"isOptional" : "0",
"formattedType" : "State (Float16 58 × 4 × 1024 × 256)",
"shortDescription" : "",
"shape" : "[58, 4, 1024, 256]",
"name" : "model_model_kv_cache_local",
"type" : "State"
},
{
"dataType" : "Float16",
"isOptional" : "0",
"formattedType" : "State (Float16 10 × 4 × 1024 × 256)",
"shortDescription" : "",
"shape" : "[10, 4, 1024, 256]",
"name" : "model_model_kv_cache_global",
"type" : "State"
}
],
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 2560)",
"shortDescription" : "",
"shape" : "[1, 1, 2560]",
"name" : "output_hidden_states",
"type" : "MultiArray"
}
],
"name" : "infer",
"mlProgramOperationTypeHistogram" : {
"Ios18.expandDims" : 68,
"Ios18.mul" : 342,
"Ios18.softmax" : 17,
"Ios18.matmul" : 34,
"Identity" : 1,
"Ios18.greaterEqual" : 2,
"Select" : 2,
"Ios18.readState" : 36,
"Tile" : 34,
"Ios18.gather" : 4,
"Ios18.add" : 90,
"Ios18.layerNorm" : 102,
"Ios18.sliceUpdate" : 34,
"Ios18.writeState" : 34,
"Ios18.reshape" : 107,
"Ios18.constexprLutToDense" : 119,
"Ios18.conv" : 119,
"Ios18.concat" : 196,
"Ios18.transpose" : 102,
"Ios18.cast" : 5,
"Ios18.gelu" : 17,
"Ios18.sliceByIndex" : 212,
"Ios18.squeeze" : 51
}
},
{
"inputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 64 × 2560)",
"shortDescription" : "",
"shape" : "[1, 64, 2560]",
"name" : "hidden_states",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 64)",
"shortDescription" : "",
"shape" : "[64]",
"name" : "position_ids",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 1 × 64 × 1024)",
"shortDescription" : "",
"shape" : "[1, 1, 64, 1024]",
"name" : "causal_mask",
"type" : "MultiArray"
},
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Int32",
"formattedType" : "MultiArray (Int32 1)",
"shortDescription" : "",
"shape" : "[1]",
"name" : "current_pos",
"type" : "MultiArray"
}
],
"computePrecision" : "Mixed (Float16, Int16, Int32, UInt16)",
"storagePrecision" : "Mixed (Float16, Palettized (12 bits), Palettized (13 bits), Palettized (14 bits), Palettized (16 bits), UInt4)",
"stateSchema" : [
{
"dataType" : "Float16",
"isOptional" : "0",
"formattedType" : "State (Float16 58 × 4 × 1024 × 256)",
"shortDescription" : "",
"shape" : "[58, 4, 1024, 256]",
"name" : "model_model_kv_cache_local",
"type" : "State"
},
{
"dataType" : "Float16",
"isOptional" : "0",
"formattedType" : "State (Float16 10 × 4 × 1024 × 256)",
"shortDescription" : "",
"shape" : "[10, 4, 1024, 256]",
"name" : "model_model_kv_cache_global",
"type" : "State"
}
],
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16 1 × 64 × 2560)",
"shortDescription" : "",
"shape" : "[1, 64, 2560]",
"name" : "output_hidden_states",
"type" : "MultiArray"
}
],
"name" : "prefill",
"mlProgramOperationTypeHistogram" : {
"Ios18.expandDims" : 68,
"Ios18.mul" : 342,
"Ios18.softmax" : 17,
"Ios18.matmul" : 34,
"Identity" : 1,
"Ios18.greaterEqual" : 2,
"Select" : 2,
"Ios18.readState" : 36,
"Tile" : 34,
"Ios18.gather" : 4,
"Ios18.add" : 89,
"Ios18.layerNorm" : 102,
"Ios18.sliceUpdate" : 34,
"Ios18.writeState" : 34,
"Ios18.reshape" : 141,
"Ios18.constexprLutToDense" : 119,
"Ios18.conv" : 119,
"Ios18.concat" : 136,
"Ios18.transpose" : 157,
"Ios18.cast" : 5,
"Ios18.gelu" : 17,
"Ios18.sliceByIndex" : 212,
"Ios18.squeeze" : 51
}
}
],
"version" : "0.1.1",
"isUpdatable" : "0",
"defaultFunctionName" : "infer",
"specificationVersion" : 9,
"stateSchema" : [
{
"dataType" : "Float16",
"isOptional" : "0",
"formattedType" : "State (Float16 58 × 4 × 1024 × 256)",
"shortDescription" : "",
"shape" : "[58, 4, 1024, 256]",
"name" : "model_model_kv_cache_local",
"type" : "State"
},
{
"dataType" : "Float16",
"isOptional" : "0",
"formattedType" : "State (Float16 10 × 4 × 1024 × 256)",
"shortDescription" : "",
"shape" : "[10, 4, 1024, 256]",
"name" : "model_model_kv_cache_global",
"type" : "State"
}
],
"computePrecision" : "Mixed (Float16, Int16, Int32, UInt16)",
"mlProgramOperationTypeHistogram" : {
"Ios18.expandDims" : 68,
"Ios18.mul" : 342,
"Ios18.softmax" : 17,
"Ios18.matmul" : 34,
"Identity" : 1,
"Ios18.greaterEqual" : 2,
"Select" : 2,
"Ios18.readState" : 36,
"Tile" : 34,
"Ios18.gather" : 4,
"Ios18.add" : 90,
"Ios18.layerNorm" : 102,
"Ios18.sliceUpdate" : 34,
"Ios18.writeState" : 34,
"Ios18.reshape" : 107,
"Ios18.constexprLutToDense" : 119,
"Ios18.conv" : 119,
"Ios18.concat" : 196,
"Ios18.transpose" : 102,
"Ios18.cast" : 5,
"Ios18.gelu" : 17,
"Ios18.sliceByIndex" : 212,
"Ios18.squeeze" : 51
},
"shortDescription" : "Anemll Model: Multifunction FFN+Prefill",
"generatedClassName" : "gemma3_FFN_PF_lut4_chunk_01of02",
"author" : "Converted with Anemll v0.1.1",
"modelType" : {
"name" : "MLModelType_mlProgram"
}
}
]