chrisociepa commited on
Commit
f8866d4
1 Parent(s): 442b304

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -17,3 +17,35 @@ dataset_info:
17
  download_size: 1761971402
18
  dataset_size: 2883878741
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  download_size: 1761971402
18
  dataset_size: 2883878741
19
  ---
20
+
21
+ # Dataset Card for April 2023 Polish Wikipedia
22
+
23
+ Pretraining dataset, created with the OLM repo [here](https://github.com/huggingface/olm-datasets) from a December 2022 Wikipedia snapshot.
24
+
25
+ Wikipedia dataset containing cleaned articles of Polish language.
26
+ The dataset has been built from the Wikipedia dump (https://dumps.wikimedia.org/)
27
+ using the [OLM Project](https://github.com/huggingface/olm-datasets).
28
+ Each example contains the content of one full Wikipedia article with cleaning to strip
29
+ markdown and unwanted sections (references, etc.).
30
+
31
+
32
+ ### Licensing Information
33
+
34
+ Most of Wikipedia's text and many of its images are co-licensed under the
35
+ [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License)
36
+ (CC BY-SA) and the [GNU Free Documentation License](https://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License)
37
+ (GFDL) (unversioned, with no invariant sections, front-cover texts, or back-cover texts).
38
+
39
+ Some text has been imported only under CC BY-SA and CC BY-SA-compatible license and cannot be reused under GFDL; such
40
+ text will be identified on the page footer, in the page history, or on the discussion page of the article that utilizes
41
+ the text.
42
+
43
+ ### Citation Information
44
+
45
+ ```
46
+ @ONLINE{wikidump,
47
+ author = "Wikimedia Foundation",
48
+ title = "Wikimedia Downloads",
49
+ url = "https://dumps.wikimedia.org"
50
+ }
51
+ ```