Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
- text2text-generation
|
6 |
+
- text-classification
|
7 |
+
language:
|
8 |
+
- fi
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
+
---
|
12 |
+
|
13 |
+
# **Finnish Wikipedia Articles (20.02.2025) - JSON Dataset**
|
14 |
+
|
15 |
+
On my journey towards building my first **small Finnish cognitive intelligence model**, the first step was to **parse the entire Finnish Wikipedia** in a structured way.
|
16 |
+
|
17 |
+
I believe the **end result is quite solid**.
|
18 |
+
|
19 |
+
There are **some inaccuracies** in the dataset, but **95% of it is in good Finnish and structurally sound**.
|
20 |
+
|
21 |
+
---
|
22 |
+
|
23 |
+
## **Instructions for Extracting Finnish Wikipedia**
|
24 |
+
Follow these steps to **convert Finnish Wikipedia into a structured JSON dataset**.
|
25 |
+
|
26 |
+
See https://github.com/EkBass/fiwiki-20250220-pages-articles
|
27 |
+
|
28 |
+
## **Big Thanks to David Shapiro!**
|
29 |
+
A **huge thank you** to **David Shapiro** for providing **nearly finished code** that helped streamline this project.
|
30 |
+
|
31 |
+
🔗 **GitHub Repo:** [daveshap/PlainTextWikipedia](https://github.com/daveshap/PlainTextWikipedia)
|