Spaces:
Running
Running
File size: 337 Bytes
68185ce d89db9c 68185ce |
1 2 3 4 5 6 7 8 9 10 11 |
export const MODEL_OPTIONS = [
{ id: "350M", label: "LFM2-350M", size: "350M parameters (312 MB)" },
{ id: "700M", label: "LFM2-700M", size: "700M parameters (579 MB)" },
{ id: "1.2B", label: "LFM2-1.2B", size: "1.2B parameters (868 MB)" },
{
id: "gemma-270m",
label: "Gemma-3-270M",
size: "270M parameters",
},
];
|