add dataset
Browse files- dataset.arrow +3 -0
- dataset_info.json +60 -0
- state.json +25 -0
dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aec680acc7c93729c900ec0866e10c3759375c4d1310e7cb073c149747a78865
|
3 |
+
size 3533103656
|
dataset_info.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "@ONLINE {wikidump,\n author = {Wikimedia Foundation},\n title = {Wikimedia Downloads},\n url = {https://dumps.wikimedia.org}\n}",
|
3 |
+
"description": "Wikipedia dataset containing cleaned articles of all languages.\nThe datasets are built from the Wikipedia dump\n(https://dumps.wikimedia.org/) with one split per language. Each example\ncontains the content of one full Wikipedia article with cleaning to strip\nmarkdown and unwanted sections (references, etc.).",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"url": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"title": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"text": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"sentences": {
|
22 |
+
"feature": {
|
23 |
+
"dtype": "string",
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"_type": "Sequence"
|
27 |
+
},
|
28 |
+
"paraphrased_sentences": {
|
29 |
+
"feature": {
|
30 |
+
"dtype": "string",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"_type": "Sequence"
|
34 |
+
},
|
35 |
+
"masked_text_original": {
|
36 |
+
"dtype": "string",
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"masked_entities_original": {
|
40 |
+
"feature": {
|
41 |
+
"dtype": "string",
|
42 |
+
"_type": "Value"
|
43 |
+
},
|
44 |
+
"_type": "Sequence"
|
45 |
+
},
|
46 |
+
"masked_text_paraphrased": {
|
47 |
+
"dtype": "string",
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"masked_entities_paraphrased": {
|
51 |
+
"feature": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"_type": "Sequence"
|
56 |
+
}
|
57 |
+
},
|
58 |
+
"homepage": "https://dumps.wikimedia.org",
|
59 |
+
"license": ""
|
60 |
+
}
|
state.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "16ab2222f03be0dc",
|
8 |
+
"_format_columns": [
|
9 |
+
"id",
|
10 |
+
"masked_entities_original",
|
11 |
+
"masked_entities_paraphrased",
|
12 |
+
"masked_text_original",
|
13 |
+
"masked_text_paraphrased",
|
14 |
+
"paraphrased_sentences",
|
15 |
+
"sentences",
|
16 |
+
"text",
|
17 |
+
"title",
|
18 |
+
"url"
|
19 |
+
],
|
20 |
+
"_format_kwargs": {},
|
21 |
+
"_format_type": null,
|
22 |
+
"_indexes": {},
|
23 |
+
"_output_all_columns": false,
|
24 |
+
"_split": null
|
25 |
+
}
|