pszemraj commited on
Commit
2ac681e
·
1 Parent(s): ef2d5fc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 1136718026.846949
18
+ num_examples: 452484
19
+ - name: validation
20
+ num_bytes: 30473651.26394911
21
+ num_examples: 11908
22
+ - name: test
23
+ num_bytes: 30471237.904544305
24
+ num_examples: 11908
25
+ download_size: 538623929
26
+ dataset_size: 1197662916.0154426
27
+ ---
28
+ # Dataset Card for "simpleRW-lite"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)