CoolFace
Modelpublic

ai4data/gliner2_datause

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes22downloads
Model Card

gliner2datauseextended

Fine-tune of fastino/gliner2-large-v1 (GLiNER2) for data-use mention extraction (dataset / survey / census / registry mentions in economics research papers).

Labels

  • NAMED_DATA — a proper name, title, or acronym of a specific data source
  • DESCRIPTIVE_DATA — a source described in words but not named
  • VAGUE_DATA — generic data wording with no identifiable source

Training

  • base model: fastino/gliner2-large-v1
  • dataset: rafmacalaba/data-use-mentions-extended (gliner2 config)
  • epochs: 5
  • encoder LR: 1e-05
  • task LR: 0.0005
  • batch size: 8
  • precision: bf16

Evaluation (holdout, label-agnostic)

thrtpfpfnprecisionrecallf0.5f1
0.101216354394040.69100.96790.73290.8063
0.201197642775910.73680.95300.77190.8311
0.301178835357790.76930.93800.79800.8453
0.401161829429490.79790.92450.82040.8566
0.5011383247811840.82120.90580.83680.8614
0.6011068200814990.84640.88070.85310.8632
0.7010487153520800.87230.83450.86450.8530

Best F0.5: 0.8645 (thr=0.7) Best F1: 0.8632 (thr=0.6)

<!-- NERCOMPARISONSTART -->

NER holdout comparison

device: NVIDIA H100 NVL

rafmacalaba/data-use-mentions-extended (n=9249)

modelbackendbest F0.5thrbest F1thrwall-clock (s)texts/s
rafmacalaba/gliner_datause_extendedgliner0.85060.60.85490.5202.745.6
ai4data/gliner2_datausegliner20.86340.70.86240.6180.851.1

F0.5 by threshold (sweet spots side-by-side):

thr`rafmacalaba/gliner_datause_extended``ai4data/gliner2_datause`
0.10.64760.7321
0.20.71210.7712
0.30.75050.7979
0.40.78580.8201
0.50.82240.8363
0.60.85060.8523
0.70.84220.8634

<!-- NERCOMPARISONEND -->