File size: 1,845 Bytes
b77c9ee |
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 |
[
{
"shortDescription" : "Anemll Model (Embeddings) converted to CoreML",
"metadataOutputVersion" : "3.0",
"outputSchema" : [
{
"hasShapeFlexibility" : "0",
"isOptional" : "0",
"dataType" : "Float16",
"formattedType" : "MultiArray (Float16)",
"shortDescription" : "",
"shape" : "[]",
"name" : "hidden_states",
"type" : "MultiArray"
}
],
"version" : "0.1.1",
"modelParameters" : [
],
"author" : "Converted with Anemll v0.1.1",
"specificationVersion" : 9,
"storagePrecision" : "Float16",
"mlProgramOperationTypeHistogram" : {
"Ios18.gather" : 1
},
"computePrecision" : "Mixed (Float16, Int32)",
"stateSchema" : [
],
"isUpdatable" : "0",
"availability" : {
"macOS" : "15.0",
"tvOS" : "18.0",
"visionOS" : "2.0",
"watchOS" : "11.0",
"iOS" : "18.0",
"macCatalyst" : "18.0"
},
"modelType" : {
"name" : "MLModelType_mlProgram"
},
"inputSchema" : [
{
"shortDescription" : "",
"dataType" : "Int32",
"hasShapeFlexibility" : "1",
"isOptional" : "0",
"shapeFlexibility" : "1 × 1 | 1 × 64",
"formattedType" : "MultiArray (Int32 1 × 1)",
"type" : "MultiArray",
"shape" : "[1, 1]",
"name" : "input_ids",
"enumeratedShapes" : "[[1, 1], [1, 64]]"
}
],
"userDefinedMetadata" : {
"com.github.apple.coremltools.version" : "8.2",
"com.anemll.context_length" : "512",
"com.github.apple.coremltools.source" : "torch==2.5.0",
"com.anemll.info" : "Converted with Anemll v0.1.1",
"com.github.apple.coremltools.source_dialect" : "TorchScript"
},
"generatedClassName" : "llama_embeddings",
"method" : "predict"
}
] |