Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +99 -0
- znanio-images.jsonl +3 -0
- znanio-images.tar.zst +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
znanio-images.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Znanio.ru Educational Images Dataset
|
3 |
+
size_categories:
|
4 |
+
- 10K<n<100K
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
- image-to-text
|
8 |
+
annotations_creators:
|
9 |
+
- found
|
10 |
+
language:
|
11 |
+
- ru
|
12 |
+
- multilingual
|
13 |
+
license: cc0-1.0
|
14 |
+
multilinguality:
|
15 |
+
- multilingual
|
16 |
+
source_datasets:
|
17 |
+
- original
|
18 |
+
configs:
|
19 |
+
- config_name: default
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: "*.jsonl.zst"
|
23 |
+
default: true
|
24 |
+
---
|
25 |
+
|
26 |
+
# Dataset Card for Znanio.ru Educational Images
|
27 |
+
|
28 |
+
### Dataset Summary
|
29 |
+
|
30 |
+
This dataset contains 19,060 educational images 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.
|
31 |
+
|
32 |
+
### Languages
|
33 |
+
|
34 |
+
The dataset is primarily in Russian, with potential multilingual content:
|
35 |
+
|
36 |
+
- Russian (ru): The majority of the content
|
37 |
+
- Other languages may be present in image content
|
38 |
+
|
39 |
+
## Dataset Structure
|
40 |
+
|
41 |
+
### Data Files
|
42 |
+
|
43 |
+
The dataset consists of:
|
44 |
+
|
45 |
+
- Images: 19,060 image files (total uncompressed size: 22.48 GB)
|
46 |
+
- Metadata: Stored in JSON format for each image
|
47 |
+
|
48 |
+
### Data Fields
|
49 |
+
|
50 |
+
The metadata for each image includes the following fields:
|
51 |
+
|
52 |
+
- `body`: Body text (null or string)
|
53 |
+
- `cover_image`: URL of the cover image (string)
|
54 |
+
- `created`: Creation timestamp (string)
|
55 |
+
- `description`: Description of the image (null or string)
|
56 |
+
- `difficulty`: Difficulty level (null or string)
|
57 |
+
- `file`: URL of the image file (string)
|
58 |
+
- `file_name`: Name of the image file (string)
|
59 |
+
- `for_adults`: Boolean indicating if content is for adults (boolean)
|
60 |
+
- `for_children`: Boolean indicating if content is for children (boolean)
|
61 |
+
- `image`: URL of the main image (string)
|
62 |
+
- `images`: List of associated images with details (list of dictionaries)
|
63 |
+
- `alt`: Alternative text for the image (null or string)
|
64 |
+
- `description`: Description of the associated image (null or string)
|
65 |
+
- `id`: Unique identifier for the associated image (integer)
|
66 |
+
- `image`: URL of the associated image (string)
|
67 |
+
- `thumbnail`: URL of the thumbnail for the associated image (string)
|
68 |
+
- `intro`: Introduction text (string)
|
69 |
+
- `media_type`: Types of media associated (list)
|
70 |
+
- `recensia_available`: Availability of reviews (boolean)
|
71 |
+
- `slug`: URL slug (string)
|
72 |
+
- `subject`: Subject categories (list)
|
73 |
+
- `tags`: Associated tags (list)
|
74 |
+
- `title`: Title of the image (string)
|
75 |
+
- `updated`: Last update timestamp (string)
|
76 |
+
- `url`: URL of the image page on znanio.ru (string)
|
77 |
+
|
78 |
+
### Data Splits
|
79 |
+
|
80 |
+
All images are in a single split.
|
81 |
+
|
82 |
+
## Additional Information
|
83 |
+
|
84 |
+
### License
|
85 |
+
|
86 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
87 |
+
* Use it for any purpose, including commercial projects.
|
88 |
+
* Modify it however you like.
|
89 |
+
* Distribute it without asking permission.
|
90 |
+
|
91 |
+
No attribution is required, but it's always appreciated!
|
92 |
+
|
93 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
94 |
+
|
95 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
96 |
+
|
97 |
+
### Dataset Curators
|
98 |
+
|
99 |
+
- [nyuuzyou](https://ducks.party)
|
znanio-images.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3904712f2ba3945bda176e10fa33b4b6163916c124c94c0cef30dc06793aa14a
|
3 |
+
size 30649474
|
znanio-images.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b46f5ce90ad7b25087afa06843e130720ebfa62d4f96ed920869bb7f512d2181
|
3 |
+
size 20911314724
|