Commit
·
07c28c3
1
Parent(s):
21850ff
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: categories
|
11 |
+
sequence: string
|
12 |
+
- name: dedup
|
13 |
+
struct:
|
14 |
+
- name: exact_norm
|
15 |
+
struct:
|
16 |
+
- name: cluster_main_idx
|
17 |
+
dtype: int64
|
18 |
+
- name: cluster_size
|
19 |
+
dtype: int64
|
20 |
+
- name: exact_hash_idx
|
21 |
+
dtype: int64
|
22 |
+
- name: is_duplicate
|
23 |
+
dtype: bool
|
24 |
+
- name: minhash
|
25 |
+
struct:
|
26 |
+
- name: cluster_main_idx
|
27 |
+
dtype: int64
|
28 |
+
- name: cluster_size
|
29 |
+
dtype: int64
|
30 |
+
- name: is_duplicate
|
31 |
+
dtype: bool
|
32 |
+
- name: minhash_idx
|
33 |
+
dtype: int64
|
34 |
+
- name: harmful_pp
|
35 |
+
dtype: float64
|
36 |
+
- name: identification
|
37 |
+
struct:
|
38 |
+
- name: label
|
39 |
+
dtype: string
|
40 |
+
- name: prob
|
41 |
+
dtype: float64
|
42 |
+
- name: quality_warnings
|
43 |
+
sequence: string
|
44 |
+
- name: sentence_identifications
|
45 |
+
list:
|
46 |
+
- name: label
|
47 |
+
dtype: string
|
48 |
+
- name: prob
|
49 |
+
dtype: float64
|
50 |
+
- name: tlsh
|
51 |
+
dtype: string
|
52 |
+
- name: warc_headers
|
53 |
+
struct:
|
54 |
+
- name: content-length
|
55 |
+
dtype: int64
|
56 |
+
- name: content-type
|
57 |
+
dtype: string
|
58 |
+
- name: warc-block-digest
|
59 |
+
dtype: string
|
60 |
+
- name: warc-date
|
61 |
+
dtype: string
|
62 |
+
- name: warc-identified-content-language
|
63 |
+
dtype: string
|
64 |
+
- name: warc-record-id
|
65 |
+
dtype: string
|
66 |
+
- name: warc-refers-to
|
67 |
+
dtype: string
|
68 |
+
- name: warc-target-uri
|
69 |
+
dtype: string
|
70 |
+
- name: warc-type
|
71 |
+
dtype: string
|
72 |
+
splits:
|
73 |
+
- name: train
|
74 |
+
num_bytes: 127702717461
|
75 |
+
num_examples: 18031400
|
76 |
+
download_size: 40317121912
|
77 |
+
dataset_size: 127702717461
|
78 |
+
---
|
79 |
+
# Dataset Card for "OSCAR-2301_meta"
|
80 |
+
|
81 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|