pablo-moreira commited on
Commit
acc875c
1 Parent(s): 84b3e11

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -10
README.md CHANGED
@@ -1,11 +1,25 @@
1
  ---
2
- task_categories:
3
- - text-generation
4
- - fill-mask
5
- task_ids:
6
- - language-modeling
7
- - masked-language-modeling
8
- language:
9
- - pt
10
- pretty_name: Wikipedia - Portuguese
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ dataset_info:
3
+ config_name: '20231001'
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: title
8
+ dtype: string
9
+ - name: text
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 2150584347
14
+ num_examples: 1857355
15
+ download_size: 1283945585
16
+ dataset_size: 2150584347
17
+ configs:
18
+ - config_name: '20231001'
19
+ data_files:
20
+ - split: train
21
+ path: 20231001/train-*
22
+ ---
23
+ # Dataset Card for "wikipedia-pt"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)