Skatinger commited on
Commit
8f0bf00
1 Parent(s): 825ea8f

Delete dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -60
dataset_info.json DELETED
@@ -1,60 +0,0 @@
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
- }