Upload folder using huggingface_hub
Browse files- README.md +61 -0
- files.zip +3 -0
- prezented.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- "prezented.jsonl.zst"
|
8 |
+
default: true
|
9 |
+
annotations_creators:
|
10 |
+
- found
|
11 |
+
language:
|
12 |
+
- ru
|
13 |
+
license: cc0-1.0
|
14 |
+
multilinguality:
|
15 |
+
- monolingual
|
16 |
+
pretty_name: Prezented.ru Educational Presentations Dataset
|
17 |
+
size_categories:
|
18 |
+
- 1K<n<10K
|
19 |
+
source_datasets:
|
20 |
+
- original
|
21 |
+
task_categories:
|
22 |
+
- text-classification
|
23 |
+
- text-retrieval
|
24 |
+
---
|
25 |
+
# Dataset Card for Prezented.ru Presentations
|
26 |
+
### Dataset Summary
|
27 |
+
This dataset contains metadata and original files for 2,289 educational presentations from the [prezented.ru](https://prezented.ru) platform, a service focused on educational presentations for Russian schools. The dataset includes presentation titles, descriptions, download URLs, thumbnail images, and the original PPT/PPTX files.
|
28 |
+
|
29 |
+
### Languages
|
30 |
+
The dataset is monolingual:
|
31 |
+
- Russian (ru): All content is in Russian
|
32 |
+
|
33 |
+
## Dataset Structure
|
34 |
+
### Data Files
|
35 |
+
The dataset consists of:
|
36 |
+
- Metadata: Stored in JSON Lines format
|
37 |
+
- Presentation files: Original PPT/PPTX files
|
38 |
+
|
39 |
+
### Data Fields
|
40 |
+
This dataset includes the following fields:
|
41 |
+
- `url`: Original webpage URL of the presentation (string)
|
42 |
+
- `title`: Title of the presentation (string)
|
43 |
+
- `description`: Detailed description of the presentation content (string)
|
44 |
+
- `image_url`: URL of the presentation thumbnail image (string)
|
45 |
+
- `download_url`: URL for downloading the presentation file (string)
|
46 |
+
|
47 |
+
### Data Splits
|
48 |
+
All examples are in a single split.
|
49 |
+
|
50 |
+
## Additional Information
|
51 |
+
|
52 |
+
### License
|
53 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
54 |
+
* Use it for any purpose, including commercial projects.
|
55 |
+
* Modify it however you like.
|
56 |
+
* Distribute it without asking permission.
|
57 |
+
No attribution is required, but it's always appreciated!
|
58 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
59 |
+
|
60 |
+
### Dataset Curators
|
61 |
+
- [nyuuzyou](https://ducks.party)
|
files.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dce6dd8a4e1d176c131dc1c6fdcbb774b3cbfff29fa2dfb20e728672e8c05dcf
|
3 |
+
size 4317514323
|
prezented.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cfe61b8b4b0cf63df7b546ba7bac0470972b4e7c94b7be63d335e229b8d954e
|
3 |
+
size 600530
|