ola13 commited on
Commit
920960c
1 Parent(s): 11b9e6d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: meta
11
+ struct:
12
+ - name: perplexity_score
13
+ dtype: float64
14
+ - name: text_length
15
+ dtype: int64
16
+ - name: domain
17
+ dtype: 'null'
18
+ - name: perplexity
19
+ dtype: float64
20
+ - name: dup_ratio
21
+ dtype: float64
22
+ - name: pairs
23
+ sequence:
24
+ sequence: int64
25
+ - name: repetitions
26
+ sequence: binary
27
+ - name: cluster
28
+ sequence: int64
29
+ splits:
30
+ - name: train
31
+ num_bytes: 1061375955254
32
+ num_examples: 364868892
33
+ download_size: 137201241092
34
+ dataset_size: 1061375955254
35
+ ---
36
+ # Dataset Card for "c4-clusters"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)