Spaces:
Running
Running
File size: 489 Bytes
220a682 0beab82 220a682 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
export const MODEL_OPTIONS = [
{
id: "onnx-community/granite-4.0-micro-ONNX-web",
label: "Granite 4.0 Micro",
size: "400M parameters"
},
{
id: "onnx-community/LFM2-350M-ONNX",
label: "LFM2-350M",
size: "350M parameters (312 MB)"
},
{
id: "onnx-community/LFM2-700M-ONNX",
label: "LFM2-700M",
size: "700M parameters (579 MB)"
},
{
id: "onnx-community/LFM2-1.2B-ONNX",
label: "LFM2-1.2B",
size: "1.2B parameters (868 MB)"
},
];
|