Upload folder using huggingface_hub
Browse files- README.md +61 -0
- mypresentation.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
license:
|
7 |
+
- cc0-1.0
|
8 |
+
multilinguality:
|
9 |
+
- multilingual
|
10 |
+
pretty_name: MyPresentation.ru Educational Presentations Dataset
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
task_categories:
|
16 |
+
- text-classification
|
17 |
+
task_ids:
|
18 |
+
- topic-classification
|
19 |
+
tags:
|
20 |
+
- images
|
21 |
+
---
|
22 |
+
|
23 |
+
# Dataset Card for MyPresentation.ru
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
This dataset contains metadata for 420,946 educational presentations in Russian extracted from [mypresentation.ru](https://mypresentation.ru) website. The content includes presentation slides across various educational topics and categories.
|
27 |
+
|
28 |
+
### Languages
|
29 |
+
The dataset is primarily in Russian (ru).
|
30 |
+
|
31 |
+
## Dataset Structure
|
32 |
+
|
33 |
+
### Data Fields
|
34 |
+
This dataset includes the following fields:
|
35 |
+
- `url`: URL of the presentation page (string)
|
36 |
+
- `title`: Title of the presentation (string)
|
37 |
+
- `category`: Category/subject area of the presentation (string)
|
38 |
+
- `slides`: List of slides containing:
|
39 |
+
- `slide_number`: Slide number (string)
|
40 |
+
- `image`: URL of slide image (string)
|
41 |
+
- `description`: Text description/content of the slide (string)
|
42 |
+
|
43 |
+
### Data Splits
|
44 |
+
All examples are in a single split.
|
45 |
+
|
46 |
+
## Additional Information
|
47 |
+
|
48 |
+
### License
|
49 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
50 |
+
* Use it for any purpose, including commercial projects.
|
51 |
+
* Modify it however you like.
|
52 |
+
* Distribute it without asking permission.
|
53 |
+
|
54 |
+
No attribution is required, but it's always appreciated!
|
55 |
+
|
56 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
57 |
+
|
58 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
59 |
+
|
60 |
+
### Dataset Curators
|
61 |
+
- [nyuuzyou](https://ducks.party)
|
mypresentation.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c49be58934ff3aebc0cbf5e9ef8476bd52fcf64596a401fe5baefda3b7b6d241
|
3 |
+
size 500605669
|