Upload folder using huggingface_hub
Browse files- README.md +89 -0
- files/pedsite_0.tar.zst +3 -0
- files/pedsite_1.tar.zst +3 -0
- files/pedsite_2.tar.zst +3 -0
- files/pedsite_3.tar.zst +3 -0
- files/pedsite_4.tar.zst +3 -0
- pedsite_0.jsonl.zst +3 -0
- pedsite_1.jsonl.zst +3 -0
- pedsite_2.jsonl.zst +3 -0
- pedsite_3.jsonl.zst +3 -0
- pedsite_4.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- "*.jsonl.zst"
|
8 |
+
default: true
|
9 |
+
annotations_creators:
|
10 |
+
- found
|
11 |
+
language:
|
12 |
+
- ru
|
13 |
+
- en
|
14 |
+
- multilingual
|
15 |
+
license: cc0-1.0
|
16 |
+
multilinguality:
|
17 |
+
- multilingual
|
18 |
+
pretty_name: Pedsite.ru Pedagogical Website Dataset
|
19 |
+
size_categories:
|
20 |
+
- 1K<n<10K
|
21 |
+
source_datasets:
|
22 |
+
- original
|
23 |
+
task_categories:
|
24 |
+
- text-classification
|
25 |
+
- text-retrieval
|
26 |
+
---
|
27 |
+
|
28 |
+
# Dataset Card for Pedsite.ru Pedagogical Website
|
29 |
+
|
30 |
+
### Dataset Summary
|
31 |
+
|
32 |
+
This dataset contains metadata and original files for 9,536 educational materials from the [pedsite.ru](https://pedsite.ru) platform, a website for teachers to share experiences and showcase the best creative findings in the field of teaching and learning. The dataset includes information such as material titles, URLs, download URLs, author information, and extracted text content where available.
|
33 |
+
|
34 |
+
### Languages
|
35 |
+
|
36 |
+
The dataset is primarily in Russian, but includes content in other languages:
|
37 |
+
|
38 |
+
- Russian (ru): The majority of the content
|
39 |
+
- English (en): Present in materials for English language teaching
|
40 |
+
- Other: Some content in other languages may be present, particularly for foreign language teaching materials
|
41 |
+
|
42 |
+
## Dataset Structure
|
43 |
+
|
44 |
+
### Data Files
|
45 |
+
|
46 |
+
The dataset consists of:
|
47 |
+
|
48 |
+
- Metadata: Stored in JSON Lines format
|
49 |
+
- Original files: Various document types (e.g., PPT, DOCX)
|
50 |
+
|
51 |
+
### Data Fields
|
52 |
+
|
53 |
+
This dataset includes the following fields:
|
54 |
+
|
55 |
+
- `url`: URL of the material page on pedsite.ru (string)
|
56 |
+
- `title`: Title of the educational material (string)
|
57 |
+
- `author_name`: Name of the author (string)
|
58 |
+
- `author_info`: Information about the author, typically their position and institution (string)
|
59 |
+
- `description`: Description of the educational material (string)
|
60 |
+
- `target_group`: Intended audience for the material (string)
|
61 |
+
- `document_type`: Type of document (e.g., "Презентация", "Другое") (string)
|
62 |
+
- `publication_date`: Date of publication (string)
|
63 |
+
- `download_count`: Number of times the material has been downloaded (integer)
|
64 |
+
- `download_url`: URL for downloading the material (string)
|
65 |
+
- `filepath`: Local filepath of the downloaded material (string)
|
66 |
+
- `extracted_text`: Extracted text content of the material (string or null)
|
67 |
+
|
68 |
+
### Data Splits
|
69 |
+
|
70 |
+
All examples are in a single split.
|
71 |
+
|
72 |
+
## Additional Information
|
73 |
+
|
74 |
+
### License
|
75 |
+
|
76 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
77 |
+
* Use it for any purpose, including commercial projects.
|
78 |
+
* Modify it however you like.
|
79 |
+
* Distribute it without asking permission.
|
80 |
+
|
81 |
+
No attribution is required, but it's always appreciated!
|
82 |
+
|
83 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
84 |
+
|
85 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
86 |
+
|
87 |
+
### Dataset Curators
|
88 |
+
|
89 |
+
- [nyuuzyou](https://ducks.party)
|
files/pedsite_0.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13963b0e70935c3f4c3dc2950f1b666eab0b7ac3b2649119ece96c598e8a9978
|
3 |
+
size 6129889904
|
files/pedsite_1.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4644956d922dda716b5233a16b89b07a8124fae33108e29976c87fe707a7b48
|
3 |
+
size 4572306591
|
files/pedsite_2.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab9c2c00dbf1b62e53fc72653c28208c16ce089c10bab29ec8d365317b5913b1
|
3 |
+
size 4338902653
|
files/pedsite_3.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86ffc516b5135f704f22ae3664d65f3dd0f34fb18fd492697d329a7ae5423532
|
3 |
+
size 5419627285
|
files/pedsite_4.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fae4fa3c91f256f67ea1bb3e3decdc0c46b3386fcaf9b768dda2411f665a350
|
3 |
+
size 2553326352
|
pedsite_0.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bafb03ba46d2495ad6aad94fa1d2084173cbc2da800e8e5b19fc42791aed87a
|
3 |
+
size 6249383
|
pedsite_1.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebe3f6c7b38cf2d3b85b33d3f6bda32d790c67a6e6e0f0de456e120973a482f9
|
3 |
+
size 6723088
|
pedsite_2.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3996eda376dc697ba7b107d5b7684acb4e5379330b9edb4cfb4c2239efc8d7c
|
3 |
+
size 7256373
|
pedsite_3.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e38961e98e844956687c47cb824e869fd4b22dabf82d265c5ebb6e270a89992
|
3 |
+
size 7210623
|
pedsite_4.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:050dbc5993986d015a088aef37f8d577b054f1052e4cbfab00046691c01ef1e1
|
3 |
+
size 6143714
|