Commit
·
b9b49a0
1
Parent(s):
761103a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: dedup
|
11 |
+
struct:
|
12 |
+
- name: exact_norm
|
13 |
+
struct:
|
14 |
+
- name: cluster_main_idx
|
15 |
+
dtype: int64
|
16 |
+
- name: cluster_size
|
17 |
+
dtype: int64
|
18 |
+
- name: exact_hash_idx
|
19 |
+
dtype: int64
|
20 |
+
- name: is_duplicate
|
21 |
+
dtype: bool
|
22 |
+
- name: minhash
|
23 |
+
struct:
|
24 |
+
- name: cluster_main_idx
|
25 |
+
dtype: int64
|
26 |
+
- name: cluster_size
|
27 |
+
dtype: int64
|
28 |
+
- name: is_duplicate
|
29 |
+
dtype: bool
|
30 |
+
- name: minhash_idx
|
31 |
+
dtype: int64
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 55033381569
|
35 |
+
num_examples: 38999388
|
36 |
+
download_size: 35074345417
|
37 |
+
dataset_size: 55033381569
|
38 |
+
---
|
39 |
+
# Dataset Card for "cc100_meta"
|
40 |
+
|
41 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|