davanstrien HF staff commited on
Commit
c295203
·
1 Parent(s): be3eada

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -24,8 +24,10 @@ library_name: transformers
24
 
25
  # Model Card for Cultural Heritage Metadata Accuracy Detection model
26
 
27
- This model is trained to detect the quality of Italian cultural heritage metadata, assigning a score of `high quality` or `low quality`.
 
28
 
 
29
  # Model Trained Using AutoTrain
30
 
31
  - Problem type: Multi-class Classification
 
24
 
25
  # Model Card for Cultural Heritage Metadata Accuracy Detection model
26
 
27
+ This model is trained to detect the quality of Italian cultural heritage metadata, assigning a score of `high quality` or `low quality` to input text.
28
+ The model was trained on the [Annotated dataset to assess the accuracy of the textual description of cultural heritage records](https://huggingface.co/datasets/biglam/cultural_heritage_metadata_accuracy) dataset.
29
 
30
+ >The dataset contains more than 100K textual descriptions of cultural items from Cultura Italia, the Italian National Cultural aggregator. Each of the description is labeled either HIGH or LOW quality, according its adherence to the standard cataloguing guidelines provided by Istituto Centrale per il Catalogo e la Documentazione (ICCD). More precisely, each description is labeled as HIGH quality if the object and subject of the item (for which the description is provided) are both described according to the ICCD guidelines, and as LOW quality in all other cases. Most of the dataset was manually annotated, with ~30K descriptions automatically labeled as LOW quality due to their length (less than 3 tokens) or their provenance from old (pre-2012), not curated, collections. The dataset was developed to support the training and testing of ML text classification approaches for automatically assessing the quality of textual descriptions in digital Cultural Heritage repositories.
31
  # Model Trained Using AutoTrain
32
 
33
  - Problem type: Multi-class Classification