Datasets:
Upload folder using huggingface_hub
Browse files- README.md +90 -0
- files/urokosvitua_0.tar.zst +3 -0
- files/urokosvitua_1.tar.zst +3 -0
- files/urokosvitua_2.tar.zst +3 -0
- files/urokosvitua_3.tar.zst +3 -0
- files/urokosvitua_4.tar.zst +3 -0
- urokosvitua_0.jsonl.zst +3 -0
- urokosvitua_1.jsonl.zst +3 -0
- urokosvitua_2.jsonl.zst +3 -0
- urokosvitua_3.jsonl.zst +3 -0
- urokosvitua_4.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- "urokosvitua_0.jsonl.zst"
|
8 |
+
- "urokosvitua_1.jsonl.zst"
|
9 |
+
- "urokosvitua_2.jsonl.zst"
|
10 |
+
- "urokosvitua_3.jsonl.zst"
|
11 |
+
- "urokosvitua_4.jsonl.zst"
|
12 |
+
default: true
|
13 |
+
annotations_creators:
|
14 |
+
- found
|
15 |
+
language:
|
16 |
+
- uk
|
17 |
+
- ru
|
18 |
+
- en
|
19 |
+
- multilingual
|
20 |
+
license: cc0-1.0
|
21 |
+
multilinguality:
|
22 |
+
- multilingual
|
23 |
+
pretty_name: Urok.Osvita.ua Educational Materials Dataset
|
24 |
+
size_categories:
|
25 |
+
- 10K<n<100K
|
26 |
+
source_datasets:
|
27 |
+
- original
|
28 |
+
task_categories:
|
29 |
+
- text-classification
|
30 |
+
- text-retrieval
|
31 |
+
---
|
32 |
+
|
33 |
+
# Dataset Card for Urok.Osvita.ua Educational Materials
|
34 |
+
|
35 |
+
### Dataset Summary
|
36 |
+
|
37 |
+
This dataset contains metadata and original files for 32,290 educational materials from the [urok.osvita.ua](https://urok.osvita.ua/) platform, a service for Ukrainian educators to share and publish their teaching materials. The dataset includes information such as material titles, descriptions, categories, grade levels, and download links for the original files.
|
38 |
+
|
39 |
+
### Languages
|
40 |
+
|
41 |
+
The dataset is multilingual, with Ukrainian being the primary language. Other languages present include:
|
42 |
+
|
43 |
+
- Ukrainian (uk): The majority of the content
|
44 |
+
- Russian (ru): A small portion of the dataset
|
45 |
+
- English (en): A small portion of the dataset
|
46 |
+
- Other: Some content in other languages may be present
|
47 |
+
|
48 |
+
## Dataset Structure
|
49 |
+
|
50 |
+
### Data Files
|
51 |
+
|
52 |
+
The dataset consists of:
|
53 |
+
|
54 |
+
- Metadata: Stored in JSON Lines format, compressed with Zstandard, split across 5 files (urokosvitua_0.jsonl.zst to urokosvitua_4.jsonl.zst)
|
55 |
+
- Educational material files: Original document files (e.g., DOC, DOCX)
|
56 |
+
|
57 |
+
### Data Fields
|
58 |
+
|
59 |
+
This dataset includes the following fields:
|
60 |
+
|
61 |
+
- `url`: URL of the material page on urok.osvita.ua (string)
|
62 |
+
- `title`: Title of the educational material (string)
|
63 |
+
- `description`: Description of the material (string)
|
64 |
+
- `category`: Category of the material (string)
|
65 |
+
- `grade`: Grade level for which the material is intended (string or null)
|
66 |
+
- `download_url`: URL for downloading the material (string or null)
|
67 |
+
- `filepath`: Local filepath of the downloaded material (string or null)
|
68 |
+
|
69 |
+
### Data Splits
|
70 |
+
|
71 |
+
All 32,290 examples are in a single train split.
|
72 |
+
|
73 |
+
## Additional Information
|
74 |
+
|
75 |
+
### License
|
76 |
+
|
77 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
78 |
+
* Use it for any purpose, including commercial projects.
|
79 |
+
* Modify it however you like.
|
80 |
+
* Distribute it without asking permission.
|
81 |
+
|
82 |
+
No attribution is required, but it's always appreciated!
|
83 |
+
|
84 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
85 |
+
|
86 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
87 |
+
|
88 |
+
### Dataset Curators
|
89 |
+
|
90 |
+
- [nyuuzyou](https://ducks.party)
|
files/urokosvitua_0.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dd78c93b971bdf19a6f4ccba54c7adea197a92426dd3cc1fbe9de28c7e18f91
|
3 |
+
size 7218311235
|
files/urokosvitua_1.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e922ac27b7878ff8df0f560d0379acc4d9d0a2f7848d6cc1525ea4130950040b
|
3 |
+
size 9157592438
|
files/urokosvitua_2.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b02e0d35077af30cceec82ba939ebc56d917d099def8afcebe5f3e44ef6e36a
|
3 |
+
size 9961535651
|
files/urokosvitua_3.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d56f7e8256aa85abbd8d97cd2c25dab85ec3173319927aa652c44871b335cc12
|
3 |
+
size 7892837708
|
files/urokosvitua_4.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9b567d54383f1a43fec8a1492830d7ecce0d49dd2900df5f87a435bfc8115b8
|
3 |
+
size 10924957265
|
urokosvitua_0.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c8df24baac8741b6c5db073330fc6809fd728781127b33918af04762a8eef73
|
3 |
+
size 2790931
|
urokosvitua_1.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:130a2256f6b7b35e973f41b3e5031140ef0fd3a184c565307c588e5342378858
|
3 |
+
size 1199726
|
urokosvitua_2.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2b52da2ec453d76097a5d08b54a60736afa8662578b6ce7bd7be5517b27fab9
|
3 |
+
size 1258561
|
urokosvitua_3.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa2c5a62c48f802c40812da73706c4d1e9efa72b57217dc602ef8b3418ef0cf5
|
3 |
+
size 1293664
|
urokosvitua_4.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cf23fe0f0b84958dc4e515930ec879430328c13a910c0ba99b479f1fd5ff128
|
3 |
+
size 1579373
|