Datasets:
dominguesm
commited on
Commit
·
73d3621
1
Parent(s):
33a7875
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: url
|
5 |
+
dtype: string
|
6 |
+
- name: content_languages
|
7 |
+
dtype: string
|
8 |
+
- name: warc_filename
|
9 |
+
dtype: string
|
10 |
+
- name: warc_record_offset
|
11 |
+
dtype: int64
|
12 |
+
- name: warc_record_length
|
13 |
+
dtype: int64
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
- name: crawl_timestamp
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 1087519823221
|
21 |
+
num_examples: 342818651
|
22 |
+
download_size: 1087713663056
|
23 |
+
dataset_size: 1087519823221
|
24 |
+
---
|