File size: 2,576 Bytes
6a88cbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0cef317
 
 
 
 
 
 
 
6a88cbd
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
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

<!-- START-SHORT DESCRIPTION -->
Permissible use articles from [lex.dk](https://lex.dk).
<!-- END-SHORT DESCRIPTION -->

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

<!-- START-DESC-STATS -->
- **Language**: dan, dansk, Danish
- **Number of samples**: 11.89K
- **Number of tokens (Llama 3)**: 5.69M
- **Average document length (characters)**: 1405.64
<!-- END-DESC-STATS -->


## Dataset Structure
An example from the dataset looks as follows.

<!-- START-SAMPLE -->
```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
<!-- END-SAMPLE -->


### Dataset Statistics

<!-- START-DATASET PLOTS -->
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
<img>
<!-- END-DATASET PLOTS -->


## Additional Information


### Citation Information

This dataset is derived from the publicly availabe dataset [alexandrainst/lexdk-open](https://huggingface.co/datasets/alexandrainst/lexdk-open).