bjoernp commited on
Commit
1374b3d
·
1 Parent(s): be23ee3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: harmful_pp
37
+ dtype: float32
38
+ - name: tlsh
39
+ dtype: string
40
+ - name: quality_warnings
41
+ sequence: string
42
+ - name: categories
43
+ sequence: string
44
+ - name: sentence_identifications
45
+ list:
46
+ - name: label
47
+ dtype: string
48
+ - name: prob
49
+ dtype: float32
50
+ splits:
51
+ - name: train
52
+ num_bytes: 303054722776.2827
53
+ num_examples: 42108307
54
+ download_size: 211315018208
55
+ dataset_size: 303054722776.2827
56
+ ---
57
+ # Dataset Card for "oscar2301_de_deduped_filtered"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)