ola13 commited on
Commit
2f33bf6
1 Parent(s): 7aeeaf4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: url
9
+ dtype: string
10
+ - name: domain
11
+ dtype: string
12
+ - name: perplexity
13
+ dtype: float64
14
+ - name: dup_ratio
15
+ dtype: float64
16
+ - name: pairs
17
+ sequence:
18
+ sequence: int64
19
+ - name: repetitions
20
+ sequence: binary
21
+ - name: cluster
22
+ sequence:
23
+ sequence: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 323557137
27
+ num_examples: 43200
28
+ download_size: 167226492
29
+ dataset_size: 323557137
30
+ ---
31
+ # Dataset Card for "small-oscar-dedup"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)