LucasOkamura
commited on
Commit
•
8254d10
1
Parent(s):
a013ca5
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: title
|
@@ -9,19 +16,19 @@ dataset_info:
|
|
9 |
dtype: string
|
10 |
- name: category
|
11 |
dtype: string
|
|
|
|
|
12 |
- name: link
|
13 |
dtype: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
-
num_examples:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
- split: train
|
24 |
-
path: data/train-*
|
25 |
---
|
26 |
# Dataset Card for "news-articles-ptbr-dataset"
|
27 |
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: title
|
|
|
16 |
dtype: string
|
17 |
- name: category
|
18 |
dtype: string
|
19 |
+
- name: category_natural_language
|
20 |
+
dtype: string
|
21 |
- name: link
|
22 |
dtype: string
|
23 |
splits:
|
24 |
- name: train
|
25 |
+
num_bytes: 627235965
|
26 |
+
num_examples: 175985
|
27 |
+
- name: test
|
28 |
+
num_bytes: 629205110
|
29 |
+
num_examples: 175984
|
30 |
+
download_size: 770445155
|
31 |
+
dataset_size: 1256441075
|
|
|
|
|
32 |
---
|
33 |
# Dataset Card for "news-articles-ptbr-dataset"
|
34 |
|