Views
No views yet
biglam/cultural_heritage_metadata_accuracy dataset (~100K Italian descriptions from Cultura Italia, the Italian national cultural aggregator).The dataset labels each description as HIGH quality if the object and subject of the item are both described according to ICCD guidelines, and LOW quality otherwise. Most of the dataset was manually annotated; ~30K descriptions were automatically labeled LOW quality due to length (less than 3 tokens) or provenance from old (pre-2012), non-curated collections.
1from transformers import pipeline
2
3pipe = pipeline(
4 "text-classification",
5 model="small-models-for-glam/cultural_heritage_metadata_accuracy",
6)
7pipe("Elemento di decorazione architettonica a rilievo")| Metric | Value |
|---|---|
| Accuracy | 0.972 |
| Macro F1 | 0.972 |
| Loss | 0.085 |