Machine-captured MLX Run with source examples attached.
1 reproductions
Use the exact revision and inspect the manifest before execution.
modelverse run --model hf:vision-coop/lyra-vision-6b@0aa321f --runtime mlxThe comparison context that makes the result interpretable.
Version 1.0 of the Apache-2.0 licensed Modelverse Run schema.
{
"schemaVersion": "1.0",
"id": "run_lyra_m3max",
"createdAt": "2026-07-19T08:30:00.000Z",
"model": {
"provider": "huggingface",
"repository": "vision-coop/lyra-vision-6b",
"revision": "0aa321f",
"quantization": "Q4_K_M",
"licenseSnapshot": "Research Community License"
},
"runtime": {
"name": "MLX",
"version": "0.29.2",
"command": "modelverse run --model hf:vision-coop/lyra-vision-6b@0aa321f --runtime mlx"
},
"hardware": {
"os": "macOS 16",
"architecture": "arm64",
"cpu": "Apple M3 Max",
"systemMemoryMb": 65536,
"accelerators": [
{
"vendor": "Apple",
"model": "Apple integrated GPU",
"count": 1,
"memoryMb": 65536,
"computeApi": "metal"
}
]
},
"task": {
"type": "document-extraction",
"evaluationSuite": "community-document-layout-v1",
"datasetRevision": "be76241"
},
"configuration": {
"contextLength": 8192,
"maxGeneratedTokens": 1024,
"temperature": 0,
"seed": 42,
"batchSize": 1,
"quantization": "Q4_K_M"
},
"metrics": {
"timeToFirstTokenMs": 729,
"tokensPerSecond": 24.1,
"peakMemoryMb": 7577.6,
"modelLoadTimeMs": 3900,
"scores": {
"Field extraction F1": 81.5
}
},
"evidence": {
"machineCaptured": true,
"redactionsApplied": [],
"artifactUrls": []
}
}Research-only license: suitability does not imply commercial-use permission.