lhoestq HF staff commited on
Commit
36d48ad
1 Parent(s): 0c9b9a6

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +68 -1
README.md CHANGED
@@ -1,6 +1,73 @@
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: KiltWikipedia
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "kilt_wikipedia"
@@ -219,4 +286,4 @@ The data fields are the same among all splits.
219
 
220
  ### Contributions
221
 
222
- Thanks to [@thomwolf](https://github.com/thomwolf), [@yjernite](https://github.com/yjernite) for adding this dataset.
 
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: KiltWikipedia
4
+ dataset_info:
5
+ features:
6
+ - name: kilt_id
7
+ dtype: string
8
+ - name: wikipedia_id
9
+ dtype: string
10
+ - name: wikipedia_title
11
+ dtype: string
12
+ - name: text
13
+ sequence:
14
+ - name: paragraph
15
+ dtype: string
16
+ - name: anchors
17
+ sequence:
18
+ - name: paragraph_id
19
+ dtype: int32
20
+ - name: start
21
+ dtype: int32
22
+ - name: end
23
+ dtype: int32
24
+ - name: text
25
+ dtype: string
26
+ - name: href
27
+ dtype: string
28
+ - name: wikipedia_title
29
+ dtype: string
30
+ - name: wikipedia_id
31
+ dtype: string
32
+ - name: categories
33
+ dtype: string
34
+ - name: wikidata_info
35
+ struct:
36
+ - name: description
37
+ dtype: string
38
+ - name: enwikiquote_title
39
+ dtype: string
40
+ - name: wikidata_id
41
+ dtype: string
42
+ - name: wikidata_label
43
+ dtype: string
44
+ - name: wikipedia_title
45
+ dtype: string
46
+ - name: aliases
47
+ sequence:
48
+ - name: alias
49
+ dtype: string
50
+ - name: history
51
+ struct:
52
+ - name: pageid
53
+ dtype: int32
54
+ - name: parentid
55
+ dtype: int32
56
+ - name: revid
57
+ dtype: int32
58
+ - name: pre_dump
59
+ dtype: bool
60
+ - name: timestamp
61
+ dtype: string
62
+ - name: url
63
+ dtype: string
64
+ config_name: '2019-08-01'
65
+ splits:
66
+ - name: full
67
+ num_bytes: 29372535718
68
+ num_examples: 5903530
69
+ download_size: 37318876722
70
+ dataset_size: 29372535718
71
  ---
72
 
73
  # Dataset Card for "kilt_wikipedia"
 
286
 
287
  ### Contributions
288
 
289
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@yjernite](https://github.com/yjernite) for adding this dataset.