achang commited on
Commit
b7f4859
·
1 Parent(s): 0b84704

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: review_body
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: section
9
+ dtype: image
10
+ - name: section_text
11
+ dtype: string
12
+ - name: pos_section_txt
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 6082763237.75
17
+ num_examples: 63057
18
+ - name: validation
19
+ num_bytes: 150630977.75
20
+ num_examples: 1561
21
+ - name: test
22
+ num_bytes: 152523383.75
23
+ num_examples: 1581
24
+ download_size: 6373937421
25
+ dataset_size: 6385917599.25
26
+ ---
27
+ # Dataset Card for "render_text"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)