Datasets:
Upload folder using huggingface_hub
Browse files- README.md +107 -0
- files/znanio-others.tar.zst +3 -0
- znanio-others.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Znanio.ru Other Educational Materials Dataset
|
3 |
+
size_categories:
|
4 |
+
- 10K<n<100K
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
+
- document-question-answering
|
8 |
+
- image-classification
|
9 |
+
- other
|
10 |
+
annotations_creators:
|
11 |
+
- found
|
12 |
+
language:
|
13 |
+
- ru
|
14 |
+
- en
|
15 |
+
- multilingual
|
16 |
+
license: cc0-1.0
|
17 |
+
multilinguality:
|
18 |
+
- multilingual
|
19 |
+
source_datasets:
|
20 |
+
- original
|
21 |
+
configs:
|
22 |
+
- config_name: default
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: '*.jsonl.zst'
|
26 |
+
default: true
|
27 |
+
---
|
28 |
+
|
29 |
+
# Dataset Card for Znanio.ru Other Educational Materials
|
30 |
+
|
31 |
+
### Dataset Summary
|
32 |
+
|
33 |
+
This dataset contains 3,092 educational files from the platform [znanio.ru] (https://znanio.ru) that were not categorized in the main groups. Znanio.ru is a resource for teachers, educators, students, and parents that provides a variety of educational content.
|
34 |
+
|
35 |
+
### Languages
|
36 |
+
|
37 |
+
The dataset is primarily in Russian, with potential multilingual content:
|
38 |
+
|
39 |
+
- Russian (ru): The majority of the content
|
40 |
+
- English (en): Possibly present for language learning materials
|
41 |
+
- Other languages may be present in some content
|
42 |
+
|
43 |
+
## Dataset Structure
|
44 |
+
|
45 |
+
### Data Files
|
46 |
+
|
47 |
+
The dataset consists of:
|
48 |
+
|
49 |
+
- Files: 3,092 files (total uncompressed size: 19.82 GB)
|
50 |
+
- Metadata: Stored in JSON format for each file
|
51 |
+
|
52 |
+
### Data Fields
|
53 |
+
|
54 |
+
The metadata for each file includes the following fields (note that some fields may vary or be absent in some entries. The JSON structure may vary for some dataset entries):
|
55 |
+
|
56 |
+
- `cover_image`: URL of the cover image (null or string)
|
57 |
+
- `created`: Creation timestamp (string)
|
58 |
+
- `description`: Description of the material (null or string)
|
59 |
+
- `difficulty`: Difficulty level (null or string)
|
60 |
+
- `extracted_text`: Extracted text content from the file (string)
|
61 |
+
- `file`: URL of the file (null or string)
|
62 |
+
- `file_name`: Name of the file (null or string)
|
63 |
+
- `for_adults`: Boolean indicating if content is for adults (boolean)
|
64 |
+
- `for_children`: Boolean indicating if content is for children (boolean)
|
65 |
+
- `image`: URL of the main image (null or string)
|
66 |
+
- `images`: List of associated images with details (list of dictionaries)
|
67 |
+
- `intro`: Introduction text (string)
|
68 |
+
- `media_type`: Types of media associated (list of dictionaries)
|
69 |
+
- `recensia_available`: Availability of reviews (boolean)
|
70 |
+
- `slug`: URL slug (string)
|
71 |
+
- `subject`: Subject categories (list of dictionaries)
|
72 |
+
- `tags`: Associated tags (list)
|
73 |
+
- `title`: Title of the material (string)
|
74 |
+
- `updated`: Last update timestamp (string)
|
75 |
+
- `url`: URL of the material page on znanio.ru (string)
|
76 |
+
|
77 |
+
### Data Splits
|
78 |
+
|
79 |
+
All files are in a single split.
|
80 |
+
|
81 |
+
## Additional Information
|
82 |
+
|
83 |
+
### File Formats
|
84 |
+
|
85 |
+
Top 5 formats in the dataset:
|
86 |
+
1. pub: 1,224 files
|
87 |
+
2. notebook: 459 files
|
88 |
+
3. pptm: 379 files
|
89 |
+
4. flipchart: 230 files
|
90 |
+
5. swf: 138 files
|
91 |
+
|
92 |
+
### License
|
93 |
+
|
94 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
95 |
+
* Use it for any purpose, including commercial projects.
|
96 |
+
* Modify it however you like.
|
97 |
+
* Distribute it without asking permission.
|
98 |
+
|
99 |
+
No attribution is required, but it's always appreciated!
|
100 |
+
|
101 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
102 |
+
|
103 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
104 |
+
|
105 |
+
### Dataset Curators
|
106 |
+
|
107 |
+
- [nyuuzyou](https://ducks.party)
|
files/znanio-others.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1e6f2bac15f3525d13e604212daa8d525a51ea69e191429683d881b0151e010
|
3 |
+
size 19165307448
|
znanio-others.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0bd6d68f4875d1a52b93d1a5eb4efee55191505ff5d7073e8cb014f40f009e
|
3 |
+
size 7626537
|