---
pretty_name: OpenSubtitles
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
source_datasets:
- alexandrainst/lexdk-open
---
# Dataset Card for OpenSubtitles
Permissible use articles from [lex.dk](https://lex.dk).
Lex.dk is a Danish online encyclopedia platform providing access to reliable and authoritative knowledge on a wide range of topics. It is created and curated by experts, ensuring high-quality, accurate content. The platform serves as a central hub for general and specialized information in Danish, making it a valuable resource for education, research, and general learning.
## Dataset Description
- **Language**: dan, dansk, Danish
- **Number of samples**: 11.89K
- **Number of tokens (Llama 3)**: 5.69M
- **Average document length (characters)**: 1405.64
## Dataset Structure
An example from the dataset looks as follows.
```py
{
"text": "Oluf Høst Museet\n\npubliceret: 2014-04-23 03:42:33+02:00\nOluf Høst Museet, kunstmuseum i Gudhjem, Bor[...]",
"source": "lexdk",
"id": "https://denstoredanske.lex.dk/Oluf_H%C3%B8st_Museet",
"added": "2025-01-04",
"created": "2014-04-23, 2014-04-23",
"license": "cc-by-sa-4.0",
"domain": "Conversation",
"metadata": {
"source-pretty": "Lex.dk"
}
}
```
### Data Fields
An entry in the dataset consists of the following fields:
- `text`(`str`): The content of the document.
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
- `id` (`str`): An unique identifier for each document.
- `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.
- `license` (`str`): The license of the document. The licenses vary according to the source.
- `domain` (`str`): The domain of the source
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
- `metadata/*`: Potentially additional metadata
### Dataset Statistics
## Additional Information
### Citation Information
This dataset is derived from the publicly availabe dataset [alexandrainst/lexdk-open](https://huggingface.co/datasets/alexandrainst/lexdk-open).