keylazy commited on
Commit
d1ab202
·
1 Parent(s): 172b2bb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: evaluation
8
+ path: data/evaluation-*
9
+ - split: test
10
+ path: data/test-*
11
+ - split: train_full
12
+ path: data/train_full-*
13
+ dataset_info:
14
+ features:
15
+ - name: text1
16
+ dtype: string
17
+ - name: text2
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 247040703.9
22
+ num_examples: 900000
23
+ - name: evaluation
24
+ num_bytes: 27448967.1
25
+ num_examples: 100000
26
+ - name: test
27
+ num_bytes: 27481428
28
+ num_examples: 100000
29
+ - name: train_full
30
+ num_bytes: 274489671
31
+ num_examples: 1000000
32
+ download_size: 397815364
33
+ dataset_size: 576460770.0
34
+ ---
35
+ # Dataset Card for "ark-raw"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)