nyuuzyou commited on
Commit
3dc4e3a
1 Parent(s): 07658d4

Upload folder using huggingface_hub

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 +106 -0
  2. files/znanio_presentations_00.tar.zst +3 -0
  3. files/znanio_presentations_01.tar.zst +3 -0
  4. files/znanio_presentations_02.tar.zst +3 -0
  5. files/znanio_presentations_03.tar.zst +3 -0
  6. files/znanio_presentations_04.tar.zst +3 -0
  7. files/znanio_presentations_05.tar.zst +3 -0
  8. files/znanio_presentations_06.tar.zst +3 -0
  9. files/znanio_presentations_07.tar.zst +3 -0
  10. files/znanio_presentations_08.tar.zst +3 -0
  11. files/znanio_presentations_09.tar.zst +3 -0
  12. files/znanio_presentations_10.tar.zst +3 -0
  13. files/znanio_presentations_11.tar.zst +3 -0
  14. files/znanio_presentations_12.tar.zst +3 -0
  15. files/znanio_presentations_13.tar.zst +3 -0
  16. files/znanio_presentations_14.tar.zst +3 -0
  17. files/znanio_presentations_15.tar.zst +3 -0
  18. files/znanio_presentations_16.tar.zst +3 -0
  19. files/znanio_presentations_17.tar.zst +3 -0
  20. files/znanio_presentations_18.tar.zst +3 -0
  21. files/znanio_presentations_19.tar.zst +3 -0
  22. files/znanio_presentations_20.tar.zst +3 -0
  23. files/znanio_presentations_21.tar.zst +3 -0
  24. files/znanio_presentations_22.tar.zst +3 -0
  25. files/znanio_presentations_23.tar.zst +3 -0
  26. files/znanio_presentations_24.tar.zst +3 -0
  27. znanio_presentations_00.jsonl.zst +3 -0
  28. znanio_presentations_01.jsonl.zst +3 -0
  29. znanio_presentations_02.jsonl.zst +3 -0
  30. znanio_presentations_03.jsonl.zst +3 -0
  31. znanio_presentations_04.jsonl.zst +3 -0
  32. znanio_presentations_05.jsonl.zst +3 -0
  33. znanio_presentations_06.jsonl.zst +3 -0
  34. znanio_presentations_07.jsonl.zst +3 -0
  35. znanio_presentations_08.jsonl.zst +3 -0
  36. znanio_presentations_09.jsonl.zst +3 -0
  37. znanio_presentations_10.jsonl.zst +3 -0
  38. znanio_presentations_11.jsonl.zst +3 -0
  39. znanio_presentations_12.jsonl.zst +3 -0
  40. znanio_presentations_13.jsonl.zst +3 -0
  41. znanio_presentations_14.jsonl.zst +3 -0
  42. znanio_presentations_15.jsonl.zst +3 -0
  43. znanio_presentations_16.jsonl.zst +3 -0
  44. znanio_presentations_17.jsonl.zst +3 -0
  45. znanio_presentations_18.jsonl.zst +3 -0
  46. znanio_presentations_19.jsonl.zst +3 -0
  47. znanio_presentations_20.jsonl.zst +3 -0
  48. znanio_presentations_21.jsonl.zst +3 -0
  49. znanio_presentations_22.jsonl.zst +3 -0
  50. znanio_presentations_23.jsonl.zst +3 -0
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Znanio.ru Educational Presentations Dataset Part 1
3
+ size_categories:
4
+ - 100K<n<1M
5
+ task_categories:
6
+ - text-classification
7
+ - document-question-answering
8
+ - text-retrieval
9
+ annotations_creators:
10
+ - found
11
+ language:
12
+ - ru
13
+ - en
14
+ - multilingual
15
+ license: cc0-1.0
16
+ multilinguality:
17
+ - multilingual
18
+ source_datasets:
19
+ - original
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: '*.jsonl.zst'
25
+ default: true
26
+ ---
27
+
28
+ # Dataset Card for Znanio.ru Educational Presentations
29
+
30
+ ## Dataset Summary
31
+
32
+ This dataset contains 144,280 educational presentations from the [znanio.ru](https://znanio.ru) platform, a comprehensive resource for teachers, educators, students, and parents that has been pioneering educational technologies and distance learning in the Russian-speaking internet since 2009. The dataset is split into two parts, each containing ~72,140 presentations organized across 25 archives. All files have been converted to PPTX format for better compatibility and reduced file size.
33
+
34
+ Part 1 of this dataset is available at https://huggingface.co/datasets/nyuuzyou/znanio-presentations-part1
35
+ Part 2 of this dataset is available at https://huggingface.co/datasets/nyuuzyou/znanio-presentations-part2
36
+
37
+ ⚠️ Please Note: Some files in the dataset are missing due to data loss or remote server issues encountered during the collection process. The dataset structure may be incomplete or inconsistent in certain parts.
38
+
39
+ ## Languages
40
+
41
+ The dataset is primarily in Russian, with some content in English and potentially other languages:
42
+ - Russian (ru): The majority of the presentations
43
+ - English (en): A smaller portion, primarily for language learning purposes
44
+ - Other languages may be present in presentation content
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Files
49
+
50
+ The dataset consists of:
51
+ - Presentations: ~144,280 PPTX files (split into two parts of ~72,140 each)
52
+ - Metadata: Stored in JSON Lines format for each presentation
53
+
54
+ ### Data Fields
55
+
56
+ The metadata for each presentation includes:
57
+
58
+ - `cover_image`: URL of the cover image (null or string)
59
+ - `created`: Creation timestamp (string)
60
+ - `description`: Description of the presentation (null or string)
61
+ - `difficulty`: Difficulty level (numeric)
62
+ - `extracted_text`: Extracted text content from the presentation (string)
63
+ - `file`: URL of the original presentation file (string)
64
+ - `file_name`: Name of the presentation file (string)
65
+ - `for_adults`: Boolean indicating if content is for adults (boolean)
66
+ - `for_children`: Boolean indicating if content is for children (boolean)
67
+ - `image`: URL of the main image (null or string)
68
+ - `images`: List of associated images with details (list of dictionaries)
69
+ - `intro`: Introduction text (string)
70
+ - `media_type`: Types of media associated (list of dictionaries)
71
+ - `recensia_available`: Availability of reviews (boolean)
72
+ - `slug`: URL slug (string)
73
+ - `subject`: Subject categories (list of dictionaries)
74
+ - `tags`: Associated tags (list)
75
+ - `title`: Title of the presentation (string)
76
+ - `updated`: Last update timestamp (string)
77
+ - `url`: URL of the presentation page on znanio.ru (string)
78
+
79
+ ### Data Splits
80
+
81
+ The dataset is divided into two parts:
82
+ - Part 1: Archives 00-24 (~72,140 presentations)
83
+ - Part 2: Archives 25-48 (~72,140 presentations)
84
+
85
+ All files within each part are provided in a single train split.
86
+
87
+ ### File Organization
88
+ - All presentations have been converted from their original format (PPT/PPTX/PPSX) to PPTX
89
+ - Files are stored in a single directory for easier access
90
+
91
+ ## Additional Information
92
+
93
+ ### License
94
+
95
+ This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
96
+ * Use it for any purpose, including commercial projects
97
+ * Modify it however you like
98
+ * Distribute it without asking permission
99
+
100
+ No attribution is required, but it's always appreciated!
101
+
102
+ For more information about CC0, visit: https://creativecommons.org/publicdomain/zero/1.0/
103
+
104
+ ### Dataset Curators
105
+
106
+ - [nyuuzyou](https://ducks.party)
files/znanio_presentations_00.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ecaeab973b7a551a21b52f41bceb6b51097021ba27a492cf6473cf009b2a1e5
3
+ size 5503962516
files/znanio_presentations_01.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d83ab94f7d9905132b6a0ed387705ce0f434e57e1d63883539f174b9240684e9
3
+ size 8286702688
files/znanio_presentations_02.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588e0368b7a988f714cadafe506160005564bd7059601fe915cad85960e15f36
3
+ size 9992690812
files/znanio_presentations_03.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ba76dfa965ab5d6a311cb3aaa126341e38e25b8fc0aa91a7d4a066aeae6e1c
3
+ size 8353268097
files/znanio_presentations_04.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f86466d5e3b31a9c4f800fb1492ea307716c2d428432a146aae2660fafaad4a
3
+ size 8511351838
files/znanio_presentations_05.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88cfdb74e7a7fa2e0da740b5c885ed459b40afd5fb8fcacd032b4a841e93187
3
+ size 8765881897
files/znanio_presentations_06.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94da8537945edf26c3dee29e9bf1487c82f242e7128b0af2b12459bd76b5453
3
+ size 9210492715
files/znanio_presentations_07.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5481a0c9bb502ade184430bb962338f7e7f25a5727c3d574a699e8489294f9e7
3
+ size 9921620224
files/znanio_presentations_08.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f254f5f46ac387cf6dac90f7594a314f7d3b3490e8c37aa6ae947857c8c7248d
3
+ size 9327241628
files/znanio_presentations_09.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bda7aa48168dddc9112818ee16d5a65a2b4ba97dee868143c5deaac3df65042
3
+ size 7273393634
files/znanio_presentations_10.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ba6ddf5d7ae410d9b47594780f7119a0616769019eade42a7e55e10050e76f
3
+ size 7525039609
files/znanio_presentations_11.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce82ff312dea42acecbd87072e1646212a4e2dc6b279f6518d5ec5f6310edd4
3
+ size 10881682463
files/znanio_presentations_12.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ef49cfb76527bb9f334d3552e72638abb91566b0a00d89dc2c3bebebbb4fac
3
+ size 7381006500
files/znanio_presentations_13.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f5690894c44caf7e74669719b26c1d205bf8b13f22c9456e33324831eacd00
3
+ size 8322913661
files/znanio_presentations_14.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a824caef8ffbd8f18a6106d19325f1a437381584818d9bb6e8257035612fd3
3
+ size 6977113991
files/znanio_presentations_15.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37402eea6d279739135911ce467fcd4c3b513c0d5e92cc44cd34713d758f3da0
3
+ size 9834149193
files/znanio_presentations_16.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d863db7185ffe3dbaa16e5b8d456270291b4ab45b14f43e633ff4943521b0cb1
3
+ size 9999401026
files/znanio_presentations_17.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152bdfc2a3f854405779b99d4cc834c53d6f311ac0cd8100c808b9bbc0a51394
3
+ size 10231708880
files/znanio_presentations_18.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1c0d693a16570957e22d257e862d3ef38cc24720151724b4633a415a63f69e
3
+ size 10691550889
files/znanio_presentations_19.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392b060d2eccb757c6289a99785fe0be534df93c6a107d3464676ccec25943ff
3
+ size 12320423102
files/znanio_presentations_20.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b627ff58d98cf4cd53542709d673f0178d0613da6c83514b1b3c546f653d50
3
+ size 10866389145
files/znanio_presentations_21.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f108565b9864f7f96781a2da50292e04e625502aee17def6838b0c940e12540
3
+ size 7404866839
files/znanio_presentations_22.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c96898f6c9020687857d29dfa692b8b563210dc2b71f75ad42fc5bc41e22cc
3
+ size 9771376630
files/znanio_presentations_23.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dcb51e402125e3f9c1e6fe01e7c2570fd14803e6286c40252d36bdb1a6b79c3
3
+ size 7956424391
files/znanio_presentations_24.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7817eeca996523eceda8041f0a4ee3ea8d43d7a3984d589999ed9ec24b1ebb05
3
+ size 8861681635
znanio_presentations_00.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91dca700060fa94c03fddb1a07a70e5dd05845e68d2c3953b941eab9a69d12e1
3
+ size 7827514
znanio_presentations_01.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bf176485909dcf69e07cb0e59a070e187a1ab7ef6caf878d220fb36533a44a
3
+ size 8000853
znanio_presentations_02.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f03de0e5eccf186de7899d9a14a0db8e6fe53ac423583de5e1e889ac5cb3e64d
3
+ size 7920470
znanio_presentations_03.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab6b1c6b5380243583f0103b6ccc09440af689e4d899396e5d2f5664e6bd5fd7
3
+ size 7847856
znanio_presentations_04.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1acc987dd695e5d612607622fbacd2c122df45b173666ece60e2406410c4b21a
3
+ size 7900868
znanio_presentations_05.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99869dded3abede4c9111e5c0265ce64d929b2d51459f4f89f4e859c4f8e9d88
3
+ size 7937874
znanio_presentations_06.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc674e9f7ff6b7f208784fb5e2bb588be53e0806fec1da3792e46db12345705
3
+ size 7849822
znanio_presentations_07.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50f0174d9cd169e96e7c852a49946bdcd64d35c25b6b0b977c03146cfb7581b8
3
+ size 8155259
znanio_presentations_08.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ceae8734ce4500f22c3e834c76fbf44a9c5efed5e6a5bae75404c3572ff103
3
+ size 7829868
znanio_presentations_09.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4e673a2a250c0d1d30d668693671f21654e40760825f55f14def7a99bf4e9a5
3
+ size 8014008
znanio_presentations_10.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47bd475097e5b0a329a5ad398fa8400047f4052f595bccdf4d55a6f44e9f829b
3
+ size 7941242
znanio_presentations_11.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7e78727786e0fd60c4cc067cdf8bb3d4e6957324789e3356d00d56e9fef448
3
+ size 7837337
znanio_presentations_12.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84325ab58f20545a8582340f66444591b34cf6a5e45bde358ffbd0ee72ad3e72
3
+ size 7797378
znanio_presentations_13.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ceb158a1f12f1b556e6703c490f0c8376fc0d9c80f252f9f3f471408b09f43
3
+ size 7932022
znanio_presentations_14.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec52e95f348557676b607e06a7d31961d16faf1f9689deace425b7e3428c373
3
+ size 8010349
znanio_presentations_15.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c4f6b899145eab2123b09e21c3eb6e1d0432c15342bc0d593b9b9a3466b807
3
+ size 7695774
znanio_presentations_16.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a5e01e78131aec57b8fd1faf5823133d18a1c71264982c8b9b8bae6fabfc9f
3
+ size 8085057
znanio_presentations_17.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a7ce59755602bff789377952cbefbc03385cf10270e71583a564af86bf10fc
3
+ size 8040581
znanio_presentations_18.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a510bee02c3103319d3d9c7f0b1af83ada4e55b3e74da28cbdd526fac9b76ac7
3
+ size 8060698
znanio_presentations_19.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb468d062960cfb900f1d2662f067f8e77a90a28afa74c5fcd10a1164939f7a
3
+ size 7884519
znanio_presentations_20.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341f8d6b37c84b4bd1e9f045728d489dda16423435438272fcb4ffb5e48bfa5f
3
+ size 8038029
znanio_presentations_21.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d06990c42e14a2cf5f9809acfb5a4b7bf90b46b455dc5a297d31532c648aaf3
3
+ size 9659322
znanio_presentations_22.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bdcb278c6fe795f715e221faa4f8bb15c593d35af6369caed55a411fe001287
3
+ size 9201456
znanio_presentations_23.jsonl.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a66180de453c4662e8b9ef7656eed35bb68dc475738a1033cd7bd3bf38cd10
3
+ size 8645408