wyluilipe commited on
Commit
7eacb67
1 Parent(s): 99cc7cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: original
12
+ dtype: string
13
+ - name: paraphrase
14
+ dtype: string
15
+ - name: __index_level_0__
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 687174801.2
20
+ num_examples: 1881000
21
+ - name: test
22
+ num_bytes: 36167094.8
23
+ num_examples: 99000
24
+ download_size: 421032139
25
+ dataset_size: 723341896.0
26
+ ---
27
+ # Dataset Card for "ru-paraphrases"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)