BubbleJoe commited on
Commit
f210baf
1 Parent(s): 6d6a91b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: restval
10
+ path: data/restval-*
11
+ - split: validation
12
+ path: data/validation-*
13
+ dataset_info:
14
+ features:
15
+ - name: sentids
16
+ dtype: int64
17
+ - name: sentences
18
+ dtype: string
19
+ - name: simplified
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 32613337
24
+ num_examples: 414113
25
+ - name: test
26
+ num_bytes: 1964871
27
+ num_examples: 25010
28
+ - name: restval
29
+ num_bytes: 12011493
30
+ num_examples: 152634
31
+ - name: validation
32
+ num_bytes: 1968752
33
+ num_examples: 25010
34
+ download_size: 25873719
35
+ dataset_size: 48558453
36
+ ---
37
+ # Dataset Card for "mscoco_simplified"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)