--- pretty_name: Religious texts language: - da license: cc0-1.0 license_name: CC-0 size_categories: - 1-10k task_categories: - text-generation - fill-mask task_ids: - language-modeling source_datasets: - danish-foundation-models/danish-gigaword domains: - Books --- # Dataset Card for Religious texts Danish religious text from the 1700-2022. This section contains a Danish translation of the Bible from the Massively Parallel Bible corpus (Christodouloupoulos and Steedman, 2015) without any pre-processing other than file format conversion. ## Dataset Description - **Language**: dan, dansk, Danish - **Domains**: Books - **Number of samples**: 66 - **Number of tokens (Llama 3)**: 1.24M - **Average document length (characters)**: 53873.56 ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "relig_SON", "text": "Salomos Højsang\nKys mig, giv mig Kys af din mund thi din Kærlighed er bedre end Vin.\nLifligt dufter [...]", "source": "relig", "added": "2020-09-14", "created": "1700-01-01, 2022-01-01", "token_count": 4099 } ``` ### Data Fields An entry in the dataset consists of the following fields: - `id` (`str`): An unique identifier for each document. - `text`(`str`): The content of the document. - `source` (`str`): The source of the document (see [Source Data](#source-data)). - `added` (`str`): An date for when the document was added to this collection. - `created` (`str`): An date range for when the document was originally created. - `token_count` (`int`): The number of tokens in the sample computed using the Llama 8B tokenizer ### Dataset Statistics