--- pretty_name: OpenSubtitles language: - da license: cc0-1.0 license_name: CC-0 task_categories: - text-generation - fill-mask task_ids: - language-modeling source_datasets: - DDSC/partial-danish-gigaword-no-twitter domains: - Conversation - Subtitles - Spoken --- # Dataset Card for OpenSubtitles Danish subsection of [OpenSubtitles](https://opus.nlpl.eu/OpenSubtitles/corpus/version/OpenSubtitles). ## Dataset Description - **Language**: dan, dansk, Danish - **Domains**: Conversation, Subtitles, Spoken - **Number of samples**: 29.82K - **Number of tokens (Llama 3)**: 271.60M - **Average document length (characters)**: 26298.02 ## Dataset Structure An example from the dataset looks as follows. ```py { "id": "opensub_6822913", "text": "Tidligere i vikingerne...\nJeg skal gå tilbage til England.\nBurde være gået tilbage for lang tid side[...]", "source": "opensubtitles", "added": "2025-01-02", "created": "1920-01-01, 2018-01-01", "token_count": 3559 } ``` ### 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 ### Additional Processing Due to copyright concern additional documents have been removed due to copyright concerns. These include: ```py { # Der kommer en dag "opensub_6726481", "opensub_6732371", # Kollektivet "opensub_6645818", # Flaskepost fra P "opensub_6666922", "opensub_6720216", "opensub_6958711", # Fasandræberne "opensub_6036947", "opensub_6008622", # En du elsker "opensub_5828376", "opensub_5828378", # En chance til "opensub_6177523", # Lev stærkt "opensub_6467655", # Nymphomaniac "opensub_5604391", "opensub_5748340", "opensub_5748494", "opensub_5629516", # Kvinden i buret "opensub_5636248", "opensub_5514603", "opensub_5504932", # Den skaldede frisør "opensub_5084880", "opensub_5031826", # Jagten "opensub_6929419", "opensub_4885548", # Melancholia "opensub_4421330", "opensub_4406991", "opensub_4418817", # Ambassadøren "opensub_4557721", # Antichrist "opensub_5511502", "opensub_3938655", "opensub_3636940", "opensub_3564521", "opensub_3562215", # En kongelig affære "opensub_4725493", "opensub_4725160", "opensub_4725159", "opensub_4916871", "opensub_5186746", # Brødre "opensub_233943", "opensub_87475", } ``` We have additionally removed duplicate entries from the original dataset. ### Dataset Statistics