--- pretty_name: retspraksis (Danish legal information) 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: - Legal --- # Dataset Card for retspraksis Case law or judical practice in Denmark derived from [Retspraksis](https://da.wikipedia.org/wiki/Retspraksis). It encompasses the body of legal decisions made by Danish courts, which play a significant role in interpreting and applying the law. ## Dataset Description - **Language**: dan, dansk, Danish - **Domains**: Legal - **Number of samples**: 4.36K - **Number of tokens (Llama 3)**: 56.26M - **Average document length (characters)**: 46287.94 ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "retspraksis_517", "text": " højesterets dom\n afsagt torsdag den 6. december [...]", "source": "retspraksis", "added": "2020-09-24", "created": "2000-01-01, 2022-01-01", "token_count": 10838 } ``` ### 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