Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
German
Size:
100K - 1M
License:
Upload DCLM German dataset (part 00004-of-00005)
Browse files- README.md +55 -1
- dataset_infos.json +100 -16
README.md
CHANGED
|
@@ -12,13 +12,67 @@ task_categories:
|
|
| 12 |
- text-generation
|
| 13 |
task_ids:
|
| 14 |
- language-modeling
|
| 15 |
-
paperswithcode_id: null
|
| 16 |
pretty_name: DCLM German Dataset
|
| 17 |
tags:
|
| 18 |
- pretraining
|
| 19 |
- german
|
| 20 |
- common-crawl
|
| 21 |
- fasttext-filtered
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# DCLM German Dataset
|
|
|
|
| 12 |
- text-generation
|
| 13 |
task_ids:
|
| 14 |
- language-modeling
|
|
|
|
| 15 |
pretty_name: DCLM German Dataset
|
| 16 |
tags:
|
| 17 |
- pretraining
|
| 18 |
- german
|
| 19 |
- common-crawl
|
| 20 |
- fasttext-filtered
|
| 21 |
+
dataset_info:
|
| 22 |
+
features:
|
| 23 |
+
- name: text
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: metadata
|
| 26 |
+
struct:
|
| 27 |
+
- name: Content-Length
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: Content-Type
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: WARC-Block-Digest
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: WARC-Concurrent-To
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: WARC-Date
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: WARC-IP-Address
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: WARC-Identified-Payload-Type
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: WARC-Payload-Digest
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: WARC-Record-ID
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: WARC-Target-URI
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: WARC-Truncated
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: WARC-Type
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: WARC-Warcinfo-ID
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: warcinfo
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: url
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: language_id_whole_page_fasttext
|
| 58 |
+
struct:
|
| 59 |
+
- name: de
|
| 60 |
+
dtype: float64
|
| 61 |
+
- name: previous_word_count
|
| 62 |
+
dtype: int64
|
| 63 |
+
- name: fasttext_oh25_german_prob
|
| 64 |
+
dtype: float64
|
| 65 |
+
splits:
|
| 66 |
+
- name: train
|
| 67 |
+
num_bytes: 1098988939
|
| 68 |
+
num_examples: 160812
|
| 69 |
+
download_size: 646832471
|
| 70 |
+
dataset_size: 1098988939
|
| 71 |
+
configs:
|
| 72 |
+
- config_name: default
|
| 73 |
+
data_files:
|
| 74 |
+
- split: train
|
| 75 |
+
path: data/train-*
|
| 76 |
---
|
| 77 |
|
| 78 |
# DCLM German Dataset
|
dataset_infos.json
CHANGED
|
@@ -1,18 +1,102 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "",
|
| 4 |
+
"citation": "",
|
| 5 |
+
"homepage": "",
|
| 6 |
+
"license": "",
|
| 7 |
+
"features": {
|
| 8 |
+
"text": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"metadata": {
|
| 13 |
+
"Content-Length": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"Content-Type": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"WARC-Block-Digest": {
|
| 22 |
+
"dtype": "string",
|
| 23 |
+
"_type": "Value"
|
| 24 |
+
},
|
| 25 |
+
"WARC-Concurrent-To": {
|
| 26 |
+
"dtype": "string",
|
| 27 |
+
"_type": "Value"
|
| 28 |
+
},
|
| 29 |
+
"WARC-Date": {
|
| 30 |
+
"dtype": "string",
|
| 31 |
+
"_type": "Value"
|
| 32 |
+
},
|
| 33 |
+
"WARC-IP-Address": {
|
| 34 |
+
"dtype": "string",
|
| 35 |
+
"_type": "Value"
|
| 36 |
+
},
|
| 37 |
+
"WARC-Identified-Payload-Type": {
|
| 38 |
+
"dtype": "string",
|
| 39 |
+
"_type": "Value"
|
| 40 |
+
},
|
| 41 |
+
"WARC-Payload-Digest": {
|
| 42 |
+
"dtype": "string",
|
| 43 |
+
"_type": "Value"
|
| 44 |
+
},
|
| 45 |
+
"WARC-Record-ID": {
|
| 46 |
+
"dtype": "string",
|
| 47 |
+
"_type": "Value"
|
| 48 |
+
},
|
| 49 |
+
"WARC-Target-URI": {
|
| 50 |
+
"dtype": "string",
|
| 51 |
+
"_type": "Value"
|
| 52 |
+
},
|
| 53 |
+
"WARC-Truncated": {
|
| 54 |
+
"dtype": "string",
|
| 55 |
+
"_type": "Value"
|
| 56 |
+
},
|
| 57 |
+
"WARC-Type": {
|
| 58 |
+
"dtype": "string",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
},
|
| 61 |
+
"WARC-Warcinfo-ID": {
|
| 62 |
+
"dtype": "string",
|
| 63 |
+
"_type": "Value"
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"warcinfo": {
|
| 67 |
+
"dtype": "string",
|
| 68 |
+
"_type": "Value"
|
| 69 |
+
},
|
| 70 |
+
"url": {
|
| 71 |
+
"dtype": "string",
|
| 72 |
+
"_type": "Value"
|
| 73 |
+
},
|
| 74 |
+
"language_id_whole_page_fasttext": {
|
| 75 |
+
"de": {
|
| 76 |
+
"dtype": "float64",
|
| 77 |
+
"_type": "Value"
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"previous_word_count": {
|
| 81 |
+
"dtype": "int64",
|
| 82 |
+
"_type": "Value"
|
| 83 |
+
},
|
| 84 |
+
"fasttext_oh25_german_prob": {
|
| 85 |
+
"dtype": "float64",
|
| 86 |
+
"_type": "Value"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"config_name": "default",
|
| 90 |
+
"splits": {
|
| 91 |
+
"train": {
|
| 92 |
+
"name": "train",
|
| 93 |
+
"num_bytes": 1098988939,
|
| 94 |
+
"num_examples": 160812,
|
| 95 |
+
"dataset_name": null
|
| 96 |
+
}
|
| 97 |
+
},
|
| 98 |
+
"download_size": 646832471,
|
| 99 |
+
"dataset_size": 1098988939,
|
| 100 |
+
"size_in_bytes": 1745821410
|
| 101 |
+
}
|
| 102 |
}
|