CoolFace
Apppublic

hugging-apps/lumma-0-6b-extract

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
App README

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

  1. 1.Provide a JSON template describing the fields to extract (type hints like "string").
  2. 2.Provide input text — the unstructured text to extract from.
  3. 3.The model returns structured JSON matching your template.