yunyu commited on
Commit
5cd9a3e
1 Parent(s): 63197c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: _id
5
+ dtype: string
6
+ - name: datasets_id
7
+ dtype: int32
8
+ - name: wiki_id
9
+ dtype: string
10
+ - name: start_paragraph
11
+ dtype: int32
12
+ - name: start_character
13
+ dtype: int32
14
+ - name: end_paragraph
15
+ dtype: int32
16
+ - name: end_character
17
+ dtype: int32
18
+ - name: article_title
19
+ dtype: string
20
+ - name: section_title
21
+ dtype: string
22
+ - name: passage_text
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 12927635491
27
+ num_examples: 17553713
28
+ download_size: 7022389836
29
+ dataset_size: 12927635491
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ ---
36
+ # Dataset Card for "wiki40b_en_100_0_split"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)