KaiLv commited on
Commit
e1e9be1
·
1 Parent(s): c309fba

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: 89583705
17
+ num_examples: 167137
18
+ - name: validation
19
+ num_bytes: 3547138
20
+ num_examples: 7320
21
+ - name: test
22
+ num_bytes: 4244257
23
+ num_examples: 8115
24
+ - name: debug
25
+ num_bytes: 53690904
26
+ num_examples: 100000
27
+ download_size: 66725224
28
+ dataset_size: 151066004
29
+ ---
30
+ # Dataset Card for "UDR_Go_new"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)