hugging-apps/lumma-0-6b-extract
1
Lumma-0.6B-Extract
A demo of FrontiersMind/Lumma-0.6B-Extract, a lightweight 0.6B parameter model specialized for single-turn structured information extraction from unstructured text.
How it works
- Provide a JSON template describing the fields to extract (type hints like
"string"). - Provide input text — the unstructured text to extract from.
- The model returns structured JSON matching your template.
