KaiLv commited on
Commit
dd6954d
·
1 Parent(s): ae5341e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: references
11
+ dtype: string
12
+ - name: len_question
13
+ dtype: int64
14
+ - name: len_target
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 8360993
19
+ num_examples: 30123
20
+ - name: validation
21
+ num_bytes: 1657570
22
+ num_examples: 2718
23
+ - name: test
24
+ num_bytes: 2532366
25
+ num_examples: 4159
26
+ - name: debug
27
+ num_bytes: 1396342
28
+ num_examples: 5000
29
+ download_size: 4740566
30
+ dataset_size: 13947271
31
+ ---
32
+ # Dataset Card for "UDR_DART"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)