MichaelR207 commited on
Commit
a8d541b
1 Parent(s): 0c97d6b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: WikiAutoEN
4
+ features:
5
+ - name: original
6
+ dtype: string
7
+ - name: simple
8
+ sequence:
9
+ - name: simplifications
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 142873905
14
+ num_examples: 576126
15
+ - name: validation
16
+ num_bytes: 1265282
17
+ num_examples: 4988
18
+ - name: test
19
+ num_bytes: 1243704
20
+ num_examples: 5002
21
+ download_size: 103608580
22
+ dataset_size: 145382891
23
+ configs:
24
+ - config_name: WikiAutoEN
25
+ data_files:
26
+ - split: train
27
+ path: WikiAutoEN/train-*
28
+ - split: validation
29
+ path: WikiAutoEN/validation-*
30
+ - split: test
31
+ path: WikiAutoEN/test-*
32
+ ---
33
+ # Dataset Card for "MultiSimV2"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)