justram commited on
Commit
4726c9c
1 Parent(s): 164b466

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text_id
5
+ dtype: string
6
+ - name: page_url
7
+ dtype: string
8
+ - name: page_title
9
+ dtype: string
10
+ - name: section_title
11
+ dtype: string
12
+ - name: context_page_description
13
+ dtype: string
14
+ - name: context_section_description
15
+ dtype: string
16
+ - name: media
17
+ sequence: string
18
+ - name: hierachy
19
+ sequence: string
20
+ - name: category
21
+ sequence: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 34190161255
25
+ num_examples: 24220847
26
+ download_size: 12664592565
27
+ dataset_size: 34190161255
28
+ ---
29
+ # Dataset Card for "enwiki-20221101-sections"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)