antolin commited on
Commit
257e5eb
·
1 Parent(s): c7a7909

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id_within_dataset
5
+ dtype: int64
6
+ - name: snippet
7
+ dtype: string
8
+ - name: tokens
9
+ sequence: string
10
+ - name: nl
11
+ dtype: string
12
+ - name: split_within_dataset
13
+ dtype: string
14
+ - name: is_duplicated
15
+ dtype: bool
16
+ splits:
17
+ - name: train
18
+ num_bytes: 207303269.76422533
19
+ num_examples: 109108
20
+ - name: test
21
+ num_bytes: 3799964.617887329
22
+ num_examples: 2000
23
+ - name: valid
24
+ num_bytes: 3799964.617887329
25
+ num_examples: 2000
26
+ download_size: 88169571
27
+ dataset_size: 214903198.99999997
28
+ ---
29
+ # Dataset Card for "python-150_interduplication"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)