ola13 commited on
Commit
d91cbe0
1 Parent(s): 65452f9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: meta
9
+ struct:
10
+ - name: warc_headers
11
+ struct:
12
+ - name: warc-record-id
13
+ dtype: string
14
+ - name: warc-date
15
+ dtype: string
16
+ - name: content-type
17
+ dtype: string
18
+ - name: content-length
19
+ dtype: int32
20
+ - name: warc-type
21
+ dtype: string
22
+ - name: warc-identified-content-language
23
+ dtype: string
24
+ - name: warc-refers-to
25
+ dtype: string
26
+ - name: warc-target-uri
27
+ dtype: string
28
+ - name: warc-block-digest
29
+ dtype: string
30
+ - name: identification
31
+ struct:
32
+ - name: label
33
+ dtype: string
34
+ - name: prob
35
+ dtype: float32
36
+ - name: annotations
37
+ sequence: string
38
+ - name: line_identifications
39
+ list:
40
+ - name: label
41
+ dtype: string
42
+ - name: prob
43
+ dtype: float32
44
+ - name: perplexity_score
45
+ dtype: float64
46
+ - name: text_length
47
+ dtype: int64
48
+ - name: url
49
+ dtype: string
50
+ - name: domain
51
+ dtype: string
52
+ - name: dup_ratio
53
+ dtype: float64
54
+ - name: pairs
55
+ sequence:
56
+ sequence: int64
57
+ - name: repetitions
58
+ sequence: binary
59
+ - name: included_in_dedup
60
+ dtype: bool
61
+ - name: cluster
62
+ sequence: int64
63
+ - name: has_dup_25
64
+ dtype: bool
65
+ splits:
66
+ - name: train
67
+ num_bytes: 3188540880787
68
+ num_examples: 431992659
69
+ download_size: 1732364041898
70
+ dataset_size: 3188540880787
71
+ ---
72
+ # Dataset Card for "oscar-dedup-expanded"
73
+
74
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)