justram commited on
Commit
1982f94
·
1 Parent(s): aaf73f1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: category
19
+ sequence: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 40584332219
23
+ num_examples: 28574114
24
+ download_size: 14390877398
25
+ dataset_size: 40584332219
26
+ ---
27
+ # Dataset Card for "sections"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)