--- pretty_name: NAAT 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: - Conversation --- # Dataset Card for NAAT Danish speeches from 1930-2022. ## Dataset Description - **Number of samples**: 129 - **Number of tokens (Llama 3)**: 286.68K - **Average document length in tokens (min, max)**: 2.22K (228, 3.95K) ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "naat_1958kongfrederikix", "text": "Naar jeg i aften sender min nytaarshilsen til det danske folk og tænker tilbage paa det aar, der sva[...]", "source": "naat", "added": "2020-02-11", "created": "1930-01-01, 2022-01-01", "token_count": 1059 } ``` ### Data Fields An entry in the dataset consists of the following fields: - `id` (`str`): A 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`): The date when the document was added to this collection. - `created` (`str`): The date range when the document was originally created. - `token_count` (`int`): The number of tokens in the sample computed using the Llama 3 tokenizer. ### Dataset Statistics