CoolFace
Datasetpublic

davanstrien/nuextract3-nls-v2schema-smoke

NuExtract3 on NationalLibraryOfScotland/nls-index-cards-object-detection This dataset contains outputs from NationalLibraryOfScotland/nls-index-cards-object-detection processed with NuExtract3, a 4B vision-language model for document understanding. Processing Details Source Dataset: NationalLibraryOfScotland/nls-index-cards-object-detection Model: numind/NuExtract3 Mode: structured-extraction Number of Samples: 5 Processing Time: 4.4 min Processing Date:… See the full description on the dataset page: https://huggingface.co/datasets/davanstrien/nuextract3-nls-v2schema-smoke.

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes5downloads
Dataset Card

NuExtract3 on NationalLibraryOfScotland/nls-index-cards-object-detection

This dataset contains outputs from NationalLibraryOfScotland/nls-index-cards-object-detection processed with NuExtract3, a 4B vision-language model for document understanding.

Processing Details

Configuration

  • —Image Column: image
  • —Output Column: extraction
  • —Dataset Split: train
  • —Temperature: 0.2
  • —Thinking Mode: disabled

Extraction Template

json
{
  "image_type": [
    "index_card",
    "verso",
    "cover",
    "blank",
    "other"
  ],
  "heading": "verbatim-string",
  "heading_type": [
    "person",
    "family",
    "corporate",
    "geographic",
    "subject"
  ],
  "epithet": "string",
  "entries": [
    {
      "ms_no": "verbatim-string",
      "folios": [
        "verbatim-string"
      ],
      "description": "string"
    }
  ]
}

Dataset Structure

Original columns plus:

  • —extraction: NuExtract3 output (JSON string)
  • —inference_info: JSON list tracking models applied to this dataset

Generated with UV Scripts