CoolFace
Modelpublic

whr778/gliner2-base-v1-synthetic

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes12downloads
Model Card
## ✅ Sanity-check checkpoint (private) Fine-tune of `fastino/gliner2-base-v1` on our multi-task synthetic corpus (synthetic_sonnet5_1k) only, to check whether our synthetic data trains cleanly across all five GLiNER2 tasks. It does — blind test on the synthetic held-out split (in-distribution): | Task | Strict F1 | Relaxed F1 | Support | |---|--:|--:|--:| | Entity | 0.904 | 0.933 | 6,010 | | Relation | 0.657 | 0.745 | 1,512 | | Event type | 0.956 | — | 809 | | Event trigger | 0.838 | — | 881 | | Event argument | 0.702 | 0.894 | 2,954 | | Classification | 0.835 | 0.841 | 762 | These are on the synthetic test split (in-distribution): they show the data is coherent and learnable, not a claim about the original public benchmarks. Warm-started (frompretrained), 10 epochs, `evalloss` selection (best = epoch 7). Experimental; kept for reproducibility.

gliner2basev1_synthetic

A GLiNER2 multi-task information-extraction model (entities, relations, events, and classification) fine-tuned from fastino/gliner2-base-v1.

⚠️ License at a glance

  • —Effective license: Unverified — review required
  • —Commercial use: Unverified
  • —All dataset licenses verified: No

See License for the full determination and per-dataset terms.

Model details

  • —Base model: `fastino/gliner2-base-v1`
  • —Library: gliner2
  • —Tasks: entity, relation, event, and classification extraction
  • —Experiment: gliner2_base_v1_synthetic

Training data

1 dataset used for this run. 1,497 training records (val: 191, test: 194).

DatasetTask(s)TrainValTestLanguageLicenseSource
⚠️ synthetic_sonnet5_1kunknown————UNKNOWN — not in registry—

Training procedure

SettingValue
Trained on2026-08-03
Duration32m 55s
Throughput7.4 samples/s
Epochs10
Batch size8 (× 4 grad-accum)
Encoder LR1e-05
Task-head LR0.0003
Weight decay0.01
Schedulercosine_restarts (warmup 0.05)
Precisionbf16
Max grad norm1.0
Best-checkpoint metriceval_loss
Seed42

Evaluation

Decision threshold: 0.7 (calibrated against the validation set).

Blind test (held-out test splits)

Micro precision / recall / F1, strict → relaxed.

CategoryPrecisionRecallF1Support
entity0.914 → 0.9430.894 → 0.9230.904 → 0.9336010
relation0.790 → 0.8950.563 → 0.6380.657 → 0.7451512
classification0.964 → 0.9710.736 → 0.7410.835 → 0.841762
event_type1.000 → 1.0000.916 → 0.9160.956 → 0.956809
event_trigger0.847 → 0.8660.830 → 0.8480.838 → 0.857881
event_argument0.737 → 0.9400.670 → 0.8510.702 → 0.8932954
event0.805 → 0.9350.743 → 0.8620.773 → 0.8974644

Best checkpoint (validation)

Micro precision / recall / F1, strict → relaxed.

CategoryPrecisionRecallF1Support
entity0.886 → 0.9170.919 → 0.9520.902 → 0.9345900
relation0.716 → 0.8370.604 → 0.7060.655 → 0.7661571
classification0.953 → 0.9600.713 → 0.7180.816 → 0.822766
event_type1.000 → 1.0000.962 → 0.9620.981 → 0.981799
event_trigger0.796 → 0.8070.875 → 0.8880.834 → 0.845881
event_argument0.649 → 0.8930.666 → 0.9110.657 → 0.9023022
event0.734 → 0.8930.755 → 0.9150.745 → 0.9044702

License

Effective license: Unverified — review required. This model is a derivative of its base model and every training dataset, so the most restrictive term across all of them governs the whole model.

  • —Commercial use: Unverified
  • —Share-alike obligation: No
  • —All licenses verified: No
  • —Base model: gliner2-base-v1 — see model card

Unverified — verify the upstream terms before redistribution

  • —gliner2-base-v1 (see model card)
  • —syntheticsonnet51k (unknown) (unspecified)
License strings are copied verbatim from each dataset's card/source and from tools/train/dataset_registry.yaml. "see card"/"see source"/"other" mean the upstream declares no clear license — treat as unverified. This summary is informational, not legal advice; confirm terms before redistribution or commercial use.

Citation

If you use this model, please cite GLiNER2 and the underlying datasets (linked in Training data).


Model card generated automatically at the end of training (2026-08-03).