File size: 946 Bytes
9e25293 11f81b8 9e25293 11f81b8 9e25293 | 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 | {
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "lfm2_5_embedding_350m",
"family": "lfm2",
"capabilities": [
"text-embedding"
],
"backend": "mlx",
"license": "other",
"tokenizer": "../tokenizer.json",
"tokenizer_config": "../tokenizer_config.json",
"variants": [
{
"file": "lfm_2_5_embedding_350m_mlx_int4.pte",
"precision": "int4",
"quantized": true,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
{
"min": 2,
"max": 512
}
],
"dtype": "int64"
},
{
"shape": [
1,
{
"min": 2,
"max": 512
}
],
"dtype": "int64"
}
],
"outputs": [
{
"shape": [
1,
1024
],
"dtype": "float32"
}
]
}
}
}
]
} |