KaiLv commited on
Commit
85e5a91
·
1 Parent(s): b7d0c2d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int64
6
+ - name: question
7
+ dtype: string
8
+ - name: target
9
+ dtype: string
10
+ - name: len_question
11
+ dtype: int64
12
+ - name: len_target
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 68102488
17
+ num_examples: 37643
18
+ - name: validation
19
+ num_bytes: 1088422
20
+ num_examples: 576
21
+ - name: test
22
+ num_bytes: 1097563
23
+ num_examples: 562
24
+ - name: debug
25
+ num_bytes: 9039576
26
+ num_examples: 5000
27
+ download_size: 48794822
28
+ dataset_size: 79328049
29
+ ---
30
+ # Dataset Card for "UDR_Reddit"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)