Datasets:
bfunicheli
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -24,20 +24,25 @@ dataset_info:
|
|
24 |
features:
|
25 |
- name: doc_id
|
26 |
dtype: string
|
27 |
-
- name: title
|
28 |
-
dtype: string
|
29 |
-
- name: uri
|
30 |
-
dtype: string
|
31 |
- name: text
|
32 |
-
|
33 |
-
- name: paragraphs
|
34 |
-
sequence: string
|
35 |
splits:
|
36 |
- name: train
|
37 |
-
num_bytes:
|
38 |
-
num_examples:
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
|
43 |
# Dataset Card for BrWaC
|
|
|
24 |
features:
|
25 |
- name: doc_id
|
26 |
dtype: string
|
|
|
|
|
|
|
|
|
27 |
- name: text
|
28 |
+
dtype: string
|
|
|
|
|
29 |
splits:
|
30 |
- name: train
|
31 |
+
num_bytes: 15827742791
|
32 |
+
num_examples: 3177716
|
33 |
+
- name: test
|
34 |
+
num_bytes: 1762189887
|
35 |
+
num_examples: 353080
|
36 |
+
download_size: 10754362232
|
37 |
+
dataset_size: 17589932678
|
38 |
+
configs:
|
39 |
+
- config_name: default
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: data/train-*
|
43 |
+
- split: test
|
44 |
+
path: data/test-*
|
45 |
+
---
|
46 |
---
|
47 |
|
48 |
# Dataset Card for BrWaC
|