hugosousa commited on
Commit
6b0e215
1 Parent(s): bdf2756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -34
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
- splits:
9
- - name: train
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
- - config_name: pt
20
- data_files:
21
- - split: train
22
- path: pt/train.jsonl
23
- - split: test
24
- path: pt/test.jsonl
25
- - config_name: es
26
- data_files:
27
- - split: train
28
- path: es/train.jsonl
29
- - split: test
30
- path: es/test.jsonl
31
- - config_name: fr
32
- data_files:
33
- - split: train
34
- path: fr/train.jsonl
35
- - split: test
36
- path: fr/test.jsonl
37
- - config_name: de
38
- data_files:
39
- - split: train
40
- path: de/train.jsonl
41
- - split: test
42
- path: de/test.jsonl
 
 
 
 
 
 
 
 
 
 
 
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.