Commit
·
d8fd901
1
Parent(s):
c295203
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,17 @@ This model is trained to detect the quality of Italian cultural heritage metadat
|
|
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
|
|
|
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 |
+
|
32 |
+
## Uses
|
33 |
+
|
34 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
35 |
+
|
36 |
+
This model could potentially be useful for performing validation on metadata quality. However, before using this model, it would be sensible to validate:
|
37 |
+
- how it performs on your data
|
38 |
+
- if you agree with the quality ratings assigned in the original dataset.
|
39 |
+
|
40 |
+
It will likely make more sense to use this model in the context of a 'human in the loop' pipeline whereby the model is used to surface metadata records which may benefit from additional human attention rather than using it to make automatic decisions.
|
41 |
+
|
42 |
# Model Trained Using AutoTrain
|
43 |
|
44 |
- Problem type: Multi-class Classification
|