--- pretty_name: Archive for Danish Literature language: - da license: cc0-1.0 license_name: Creative Commons Zero v1.0 Universal size_categories: - 1-10k task_categories: - text-generation - fill-mask task_ids: - language-modeling --- # Dataset Card for Archive for Danish Literature ## Dataset Description Danish literature from 1700-2023 stemming for the Archive for Danish Literature (ADL). - **Language**: dan, dansk, Danish - **Number of samples**: 498 - **Number of tokens (Llama 3)**: 58.49M - **Average document length (characters)**: 324932.24 ## Dataset Sturcture An example from the dataset looks as follows. ```yaml { 'text': 'SAMLEDE VÆRKER JEPPE AAKJÆR GYLDENDALSKE BOGHANDE', 'source': 'adl', 'id': 'adl_aakjaer06val', 'added': '2020-09-14', 'created': '1700-01-01, 2022-01-01', 'metadata': { 'domain': 'Wiki & Books', 'license': 'Creative Commons Legal Code CC0 1.0 Universal', 'source-pretty': ' Archive for Danish Literature' } } ``` ## Data Fields - **id**: source-specific identifier. - **text**: textual content of the document. - **source**: source of the data. - **added**: timestamp ai2 acquired this data. - **created**": timestamp when original document was created (best-guess if not available) - **metadata**: source-specific metadata. ## License Information
Creative Commons Zero v1.0 Universal

Creative Commons Legal Code CC0 1.0 Universal

## Additional Information ### Citation Information This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset: > Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021). ```bash @inproceedings{dagw, title = {{The Danish Gigaword Corpus}}, author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab}, year = 2021, booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics}, publisher = {NEALT} } ```