ola13 commited on
Commit
3baa66c
1 Parent(s): 03ff8d1

Upload README.md with huggingface_hub

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