--- pretty_name: Cellar language: - da license: cc-by-sa-4.0 license_name: CC-BY-SA 4.0 task_categories: - text-generation - fill-mask task_ids: - language-modeling domains: - Legal --- # Dataset Card for Finansministeriets Udgivelser The official digital repository for European Union legal documents and open data. The EU Dataset Cellar serves as the central access point for all official EU publications, legislation, and open data resources. Maintained by the Publications Office of the European Union, this comprehensive digital archive contains millions of documents in multiple languages, including regulations, directives, decisions, treaties, case law, and preparatory acts dating back decades. The repository employs standardized metadata and unique identifiers to organize its vast collection, making it an essential resource for researchers, legal professionals, policymakers, and citizens seeking authoritative information on EU law and policy. The Cellar's linked data architecture also enables sophisticated search capabilities and integration with other information systems across the European Union's digital landscape. ## Dataset Description - **Language**: dan, dansk, Danish - **Domains**: Legal - **Number of samples**: 63.40K - **Number of tokens (Llama 3)**: 1.15B - **Average document length (characters)**: 60987.84 ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "cellar_0", "text": "\n\n\n\n© Европейски съюз, 2017 г.\n\nВъзпроизвеждането е разрешено при позоваване на оригинала.\n\n© Unión [...]", "source": "cellar", "added": "2025-03-25", "created": "2024-01-01, 2026-01-01", "token_count": 87018 } ``` ### 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