Update README.md
Browse files
README.md
CHANGED
@@ -1,43 +1,50 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name: text
|
5 |
-
dtype: string
|
6 |
- name: id
|
7 |
dtype: string
|
8 |
-
|
9 |
-
|
10 |
-
num_bytes: 140654925
|
11 |
-
num_examples: 109300
|
12 |
-
- name: test
|
13 |
-
num_bytes: 39393562
|
14 |
-
num_examples: 27328
|
15 |
download_size: 112131429
|
16 |
dataset_size: 180048487
|
17 |
-
|
18 |
configs:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: id
|
5 |
dtype: string
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
|
|
|
|
|
|
|
|
|
|
8 |
download_size: 112131429
|
9 |
dataset_size: 180048487
|
|
|
10 |
configs:
|
11 |
+
- config_name: pt
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: pt/train.jsonl
|
15 |
+
- split: test
|
16 |
+
path: pt/test.jsonl
|
17 |
+
- config_name: es
|
18 |
+
data_files:
|
19 |
+
- split: train
|
20 |
+
path: es/train.jsonl
|
21 |
+
- split: test
|
22 |
+
path: es/test.jsonl
|
23 |
+
- config_name: fr
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: fr/train.jsonl
|
27 |
+
- split: test
|
28 |
+
path: fr/test.jsonl
|
29 |
+
- config_name: de
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: de/train.jsonl
|
33 |
+
- split: test
|
34 |
+
path: de/test.jsonl
|
35 |
+
license: mit
|
36 |
+
language:
|
37 |
+
- pt
|
38 |
+
- en
|
39 |
+
- de
|
40 |
+
- fr
|
41 |
+
- es
|
42 |
+
tags:
|
43 |
+
- news
|
44 |
+
size_categories:
|
45 |
+
- 10K<n<100K
|
46 |
---
|
47 |
+
# Público
|
48 |
+
|
49 |
+
This dataset was build by translating a set of 34,157 news from [Público](https://www.publico.pt), an European Portuguese news paper. The news have been translated using Google Translator.
|
50 |
+
To now more about the data visit the Github repos used to [scrape](https://github.com/hmosousa/publico_scrapper) and [translate](https://github.com/hmosousa/publico) the news.
|