nyuuzyou commited on
Commit
6448cac
1 Parent(s): 194b51e

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +96 -0
  2. files/znanio-documents-01.tar.zst +3 -0
  3. files/znanio-documents-02.tar.zst +3 -0
  4. files/znanio-documents-03.tar.zst +3 -0
  5. files/znanio-documents-04.tar.zst +3 -0
  6. files/znanio-documents-05.tar.zst +3 -0
  7. files/znanio-documents-06.tar.zst +3 -0
  8. files/znanio-documents-07.tar.zst +3 -0
  9. files/znanio-documents-08.tar.zst +3 -0
  10. files/znanio-documents-09.tar.zst +3 -0
  11. files/znanio-documents-10.tar.zst +3 -0
  12. files/znanio-documents-11.tar.zst +3 -0
  13. files/znanio-documents-12.tar.zst +3 -0
  14. files/znanio-documents-13.tar.zst +3 -0
  15. files/znanio-documents-14.tar.zst +3 -0
  16. files/znanio-documents-15.tar.zst +3 -0
  17. files/znanio-documents-16.tar.zst +3 -0
  18. files/znanio-documents-17.tar.zst +3 -0
  19. files/znanio-documents-18.tar.zst +3 -0
  20. files/znanio-documents-19.tar.zst +3 -0
  21. files/znanio-documents-20.tar.zst +3 -0
  22. files/znanio-documents-21.tar.zst +3 -0
  23. files/znanio-documents-22.tar.zst +3 -0
  24. files/znanio-documents-23.tar.zst +3 -0
  25. files/znanio-documents-24.tar.zst +3 -0
  26. files/znanio-documents-25.tar.zst +3 -0
  27. files/znanio-documents-26.tar.zst +3 -0
  28. files/znanio-documents-27.tar.zst +3 -0
  29. files/znanio-documents-28.tar.zst +3 -0
  30. files/znanio-documents-29.tar.zst +3 -0
  31. files/znanio-documents-30.tar.zst +3 -0
  32. files/znanio-documents-31.tar.zst +3 -0
  33. files/znanio-documents-32.tar.zst +3 -0
  34. files/znanio-documents-33.tar.zst +3 -0
  35. files/znanio-documents-34.tar.zst +3 -0
  36. files/znanio-documents-35.tar.zst +3 -0
  37. files/znanio-documents-36.tar.zst +3 -0
  38. files/znanio-documents-37.tar.zst +3 -0
  39. files/znanio-documents-38.tar.zst +3 -0
  40. files/znanio-documents-39.tar.zst +3 -0
  41. files/znanio-documents-40.tar.zst +3 -0
  42. files/znanio-documents-41.tar.zst +3 -0
  43. files/znanio-documents-42.tar.zst +3 -0
  44. files/znanio-documents-43.tar.zst +3 -0
  45. files/znanio-documents-44.tar.zst +3 -0
  46. files/znanio-documents-45.tar.zst +3 -0
  47. files/znanio-documents-46.tar.zst +3 -0
  48. files/znanio-documents-47.tar.zst +3 -0
  49. files/znanio-documents-48.tar.zst +3 -0
  50. files/znanio-documents-49.tar.zst +3 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Znanio.ru Educational Document Dataset
3
+ size_categories:
4
+ - 100K<n<1M
5
+ task_categories:
6
+ - text-classification
7
+ - document-question-answering
8
+ annotations_creators:
9
+ - found
10
+ language:
11
+ - ru
12
+ - en
13
+ - multilingual
14
+ license: cc0-1.0
15
+ multilinguality:
16
+ - multilingual
17
+ source_datasets:
18
+ - original
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: '*.jsonl.zst'
24
+ default: true
25
+ ---
26
+
27
+ # Dataset Card for Znanio.ru Educational Documents
28
+
29
+ ### Dataset Summary
30
+
31
+ This dataset contains 588,545 educational document files from the [znanio.ru](https://znanio.ru) platform, a resource for teachers, educators, students, and parents providing diverse educational content. Znanio.ru has been a pioneer in educational technologies and distance learning in the Russian-speaking internet since 2009. The dataset includes a small portion of English language content, primarily for language learning purposes.
32
+
33
+ ### Languages
34
+
35
+ The dataset is primarily in Russian, with a small portion in English and potential other multilingual content:
36
+
37
+ - Russian (ru): The majority of the content
38
+ - English (en): A small portion, primarily for language learning
39
+ - Other languages may be present in document content
40
+
41
+ ## Dataset Structure
42
+
43
+ ### Data Files
44
+
45
+ The dataset consists of:
46
+
47
+ - Documents: 588,545 files (total uncompressed size: 290.50 GB)
48
+ - Metadata: Stored in JSON format for each document file
49
+
50
+ ### Data Fields
51
+
52
+ The metadata for each document file includes the following fields:
53
+
54
+ - `cover_image`: URL of the cover image (null or string)
55
+ - `created`: Creation timestamp (string)
56
+ - `description`: Description of the document (null or string)
57
+ - `difficulty`: Difficulty level (null or string)
58
+ - `extracted_text`: Extracted text content from the document (string)
59
+ - `file`: URL of the document file (string)
60
+ - `file_name`: Name of the document file (string)
61
+ - `for_adults`: Boolean indicating if content is for adults (boolean)
62
+ - `for_children`: Boolean indicating if content is for children (boolean)
63
+ - `image`: URL of the main image (null or string)
64
+ - `images`: List of associated images with details (list of dictionaries)
65
+ - `intro`: Introduction text (string)
66
+ - `media_type`: Types of media associated (list)
67
+ - `recensia_available`: Availability of reviews (boolean)
68
+ - `slug`: URL slug (string)
69
+ - `subject`: Subject categories (list)
70
+ - `tags`: Associated tags (list)
71
+ - `title`: Title of the document (string)
72
+ - `updated`: Last update timestamp (string)
73
+ - `url`: URL of the document page on znanio.ru (string)
74
+
75
+ ### Data Splits
76
+
77
+ All document files are in a single split.
78
+
79
+ ## Additional Information
80
+
81
+ ### License
82
+
83
+ This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
84
+ * Use it for any purpose, including commercial projects.
85
+ * Modify it however you like.
86
+ * Distribute it without asking permission.
87
+
88
+ No attribution is required, but it's always appreciated!
89
+
90
+ CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
91
+
92
+ To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
93
+
94
+ ### Dataset Curators
95
+
96
+ - [nyuuzyou](https://ducks.party)
files/znanio-documents-01.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ea9d9729418d434bd09c30e756cdf780f75ec5726abd31dca198904129968c
3
+ size 5380415698
files/znanio-documents-02.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67433d20c83ed5d7f0844d711bb451c918112b9fce6c310a5a2b7caa178bd07e
3
+ size 5010534440
files/znanio-documents-03.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff8b9c6f6743cc787f2fe889a7129e6882b88cc1f6c77edcd64408b45b573e6
3
+ size 4644146814
files/znanio-documents-04.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c451982b84345ca8a789b6e1885272fbbcdf7d6111733dcb6af7e73890d25fd
3
+ size 5126179394
files/znanio-documents-05.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ffab07a7c05b07acab3aabcf186ba0aa03c806792348339332034a1e93d60d
3
+ size 5345913110
files/znanio-documents-06.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9622d007fc341d83cf268d3acb8571a354a7fbf5d84a72412d94be383c5648f
3
+ size 4541832005
files/znanio-documents-07.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e7086ca0f7829e797bc0db8f1c7c8627596307f4de0420917b0b6f97ab9ef9a
3
+ size 4392974430
files/znanio-documents-08.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fae3331449df44bf984bd7fa0e20301eaa30f2105ff69b29d6f7d79a39bdb7
3
+ size 4947895319
files/znanio-documents-09.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d613ddc4a0b26ab408ea8460761c9be684b1b6ef2a592ccfc9f67bb75508be
3
+ size 5107077770
files/znanio-documents-10.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bde82e25bb18565b14e2ab7c4e050031ec8dae8c50f5a6f0d5416953c77d38d
3
+ size 4829619461
files/znanio-documents-11.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54b94ebdf2e5beb1843d5caa266faedfc20c475c5018129458a14d6938bdd9c
3
+ size 5242146191
files/znanio-documents-12.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7fc16b3a560575c5ff40a2d39aa31bf63224fd534e8c6cc9d080d543f625b0a
3
+ size 4804927430
files/znanio-documents-13.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217fe557d28e6685b62466b2817bf972d4f9aa37e77a9ff64eee5bfaa7bd11f7
3
+ size 5414675518
files/znanio-documents-14.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b54e6c443c1b3c369cf5cac3278ea827f6679ed7db881a2b7a07383a23d3cfc
3
+ size 4953982339
files/znanio-documents-15.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a176c2921c9f13a75f44ae69d8d608b108c04a40ef2d2b05e0370c24edf117a
3
+ size 4572031668
files/znanio-documents-16.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891c3e9dc3209cc9ce20b7f36faf1b4080f8232773c9caadff6e51322e29b6a3
3
+ size 4728198975
files/znanio-documents-17.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cffb7f56340794a21b2d76079fa624f64424005d48181bf55f54e750be27d7f
3
+ size 5363397424
files/znanio-documents-18.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93ae071b0b44865d9e2065529f381686849a1f98ede52611e1d78cbb153801f7
3
+ size 4813767877
files/znanio-documents-19.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29786b60711159f3ec28aa16300e1c5882ff3723ac61ec275987489ecef241ac
3
+ size 4815476814
files/znanio-documents-20.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86003310f8c98532deea172ca921f761889a7c66f9f1155c72dd2a78612168fd
3
+ size 4395435749
files/znanio-documents-21.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30180ab81f366041bc3cddc5118bb07e11465d7dee3b35c3dad4276c42e82cc9
3
+ size 5003792910
files/znanio-documents-22.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49a020a7a9b3a2fd17bf67da1786d57c2812d1f9464afdeb6bf3f5ce9cfd9cff
3
+ size 5341599747
files/znanio-documents-23.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67bd50115894a8bb79f078d5bf58f19fc3f006148efe0071d4ceacc8aef39ec1
3
+ size 4922229108
files/znanio-documents-24.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb44f17c0597a7da60838f0e628f0f26eb9b7e0a08c0d73ae6b8d274d999269
3
+ size 4526284018
files/znanio-documents-25.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca478439a73dddbc98a39921331a02e5cafff407c138a7992f1631017df78c0a
3
+ size 4551076089
files/znanio-documents-26.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91041112f42907e76c95e4b9200e4ecf778c4cdc0f95da90b83305f23d5b6e9
3
+ size 7032009675
files/znanio-documents-27.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e9f21ced336f0a71776897176f50cfa79cc662a81952e57062d34f499575f6
3
+ size 7701174454
files/znanio-documents-28.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6d7516c7046242849dcff0f41b7f6252e774edb08fd688e132721ebb836411
3
+ size 6203440889
files/znanio-documents-29.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b06cfbff1c93a64bd347d81b23532887b4ee801c5136d1981a68f9e8d76b194a
3
+ size 6441382343
files/znanio-documents-30.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e67447f58fc38b102e694008650471fdfe860766510ce16d15448ce3d5efb6
3
+ size 7227332443
files/znanio-documents-31.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6995a543232ccd7f656c141358af67945880e7911496e47ee16c38d5fad4d31
3
+ size 6057878473
files/znanio-documents-32.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137b0c0c922670c7f58bd6d5edbf0af10bd8532088b2b3b6cd4864387002ad18
3
+ size 6031191667
files/znanio-documents-33.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e119c307a19df815ee6feee6e2d05fddc89e572ad4c9336fc7e9ff59633d748
3
+ size 5253562051
files/znanio-documents-34.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27581185f2feb5bb2ca3bd0b15e90facae955a03163adf49276d676cf60a6d17
3
+ size 6213225655
files/znanio-documents-35.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ef5c4b0f7b9e96cebd26b173ce1655a0b41c345e15aee6806bbcec1dfad5c0
3
+ size 5539894048
files/znanio-documents-36.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb63a0e09db9fb49f3dbf78bffcca7b47fcd25bd93c4e9ac49b53d6728d7c3d
3
+ size 4204235065
files/znanio-documents-37.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac86b62e3c2af75a5d498fb9d9eec1defecc0318dd2f924cd4afcccac09793a
3
+ size 3854023420
files/znanio-documents-38.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f4d0b34b625714505ed95bac4bf0a7820cc08bc130b9089e0a69843c461271
3
+ size 2497328772
files/znanio-documents-39.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce36344ed48b947e23b9b22efbd27c1174fd76bfc006179db16f4e0234f033f
3
+ size 3628620641
files/znanio-documents-40.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0d74578b26d939995b255ef5d0a5a5ffb876f813dfdf9a45738f5aa928dd20
3
+ size 4246002920
files/znanio-documents-41.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a9438c3573f9a933f9280ebb9a00905bc393ad6cbc4434659ca76af801e840
3
+ size 7254372051
files/znanio-documents-42.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9426dcad6c531f549ba7b6cc5964fce200449354ccb1d75ddbc9a1d804597f22
3
+ size 4549851951
files/znanio-documents-43.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a40df6f9fc1005b2e500d7f30f4cd29440606c50a4579c3fb113c5cf5eeef95
3
+ size 5455213987
files/znanio-documents-44.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f804ade0eb35e973edf74116fd2eb6edb85657361db379d8a451d3596222c8ae
3
+ size 5877862632
files/znanio-documents-45.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e5a2125975416a519ad196da942b934ba5e82d97574879079b38c9afd17b2e
3
+ size 4936235349
files/znanio-documents-46.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a045458a0cee2151217c247fd946618b20b02c797a2f25d3dcb52c2c30d8e32e
3
+ size 3128271814
files/znanio-documents-47.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1183351995328f5d33b8603e02a54f2ad19122aeec88d6bb8c239bf1f6ecbc
3
+ size 4458867654
files/znanio-documents-48.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc2fd4a2055d989a82b7ea70e587f8465daa1607456326e899036bb70c711be
3
+ size 5570155617
files/znanio-documents-49.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2143d7c38e0dc5938adac96ec59c45b80a86e97d6fd15d12b3324f7bc9989f3
3
+ size 4653950219