JonaszPotoniec commited on
Commit
559cbc4
1 Parent(s): 3f3eb5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -13,15 +13,19 @@ dataset_info:
13
  dtype: int64
14
  splits:
15
  - name: train
16
- num_bytes: 2962850577.0
17
  num_examples: 1587721
18
  download_size: 1812521426
19
- dataset_size: 2962850577.0
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
25
  ---
26
 
27
- A dataset of Polish Wikipedia dumps from November 2023, combined with page views statistics from the three previous months. The intention is to make it easier to filter out the least visited articles, as they may potentially provide lower quality data.
 
13
  dtype: int64
14
  splits:
15
  - name: train
16
+ num_bytes: 2962850577
17
  num_examples: 1587721
18
  download_size: 1812521426
19
+ dataset_size: 2962850577
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ language:
26
+ - pl
27
+ tags:
28
+ - wikipedia
29
  ---
30
 
31
+ A dataset of Polish Wikipedia dumps from November 2023, combined with page views statistics from the three previous months. The intention is to make it easier to filter out the least visited articles, as they may potentially provide lower quality data.