KaiLv commited on
Commit
5303d00
·
1 Parent(s): cb17567

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int64
6
+ - name: gem_id
7
+ dtype: string
8
+ - name: gem_parent_id
9
+ dtype: string
10
+ - name: source
11
+ dtype: string
12
+ - name: target
13
+ dtype: string
14
+ - name: references
15
+ list: string
16
+ - name: len_source
17
+ dtype: int64
18
+ - name: len_target
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 171935945
23
+ num_examples: 481018
24
+ - name: validation
25
+ num_bytes: 857630
26
+ num_examples: 1999
27
+ - name: test_asset
28
+ num_bytes: 483952
29
+ num_examples: 359
30
+ - name: test_turk
31
+ num_bytes: 415458
32
+ num_examples: 359
33
+ - name: test_wiki
34
+ num_bytes: 248732
35
+ num_examples: 403
36
+ - name: debug
37
+ num_bytes: 35726046
38
+ num_examples: 100000
39
+ download_size: 115397698
40
+ dataset_size: 209667763
41
+ ---
42
+ # Dataset Card for "UDR_WikiAuto"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)