Robert Gale commited on
Commit
d21490b
1 Parent(s): 9557594

Valid data

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test", "valid"]}
valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfef75e5b68c11951697e090dbce930f4167ebc774d4e1abee42313da11b2d4b
3
+ size 294422896
valid/dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "title": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "bpe_words": {
14
+ "feature": {
15
+ "feature": {
16
+ "dtype": "uint16",
17
+ "_type": "Value"
18
+ },
19
+ "_type": "Sequence"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "bpe_size": {
24
+ "dtype": "uint32",
25
+ "_type": "Value"
26
+ },
27
+ "spellable": {
28
+ "feature": {
29
+ "dtype": "bool",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "pronounceable": {
35
+ "feature": {
36
+ "dtype": "bool",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ },
41
+ "must_pronounce": {
42
+ "feature": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "_type": "Sequence"
47
+ }
48
+ },
49
+ "homepage": "https://dumps.wikimedia.org",
50
+ "license": ""
51
+ }
valid/pronunciations.tsv ADDED
The diff for this file is too large to render. See raw diff
 
valid/state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "8fe25baf6ae1e2e7",
8
+ "_format_columns": [
9
+ "id",
10
+ "title",
11
+ "bpe_words",
12
+ "bpe_size",
13
+ "spellable",
14
+ "pronounceable",
15
+ "must_pronounce"
16
+ ],
17
+ "_format_kwargs": {},
18
+ "_format_type": null,
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }