--- pretty_name: Wikisource 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: - Encyclopedic --- # Dataset Card for Wikisource The Danish subsection of [Wikisource](https://en.wikisource.org/wiki/Main_Page). ## Dataset Description - **Language**: dan, dansk, Danish - **Domains**: Encyclopedic - **Number of samples**: 2.42K - **Number of tokens (Llama 3)**: 5.34M - **Average document length (characters)**: 6398.77 ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "wikisource_4804", "text": "<poem>\nKæmpehøjen.\nJeg har stået på mindets høje,\nfølt dets vemodsdybe lyst\nmed en tåre i mit [...]", "source": "wikisource", "added": "2021-03-28", "created": "1700-01-01, 2022-01-01", "token_count": 1025 } ``` ### 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