Datasets:
Upload folder using huggingface_hub
Browse files- README.md +91 -0
- bigslide_0.jsonl.zst +3 -0
- bigslide_1.jsonl.zst +3 -0
- bigslide_2.jsonl.zst +3 -0
- bigslide_3.jsonl.zst +3 -0
- bigslide_4.jsonl.zst +3 -0
- bigslide_5.jsonl.zst +3 -0
- bigslide_6.jsonl.zst +3 -0
- bigslide_7.jsonl.zst +3 -0
- bigslide_8.jsonl.zst +3 -0
- bigslide_9.jsonl.zst +3 -0
- files/bigslide_0.tar.zst +3 -0
- files/bigslide_1.tar.zst +3 -0
- files/bigslide_2.tar.zst +3 -0
- files/bigslide_3.tar.zst +3 -0
- files/bigslide_4.tar.zst +3 -0
- files/bigslide_5.tar.zst +3 -0
- files/bigslide_6.tar.zst +3 -0
- files/bigslide_7.tar.zst +3 -0
- files/bigslide_8.tar.zst +3 -0
- files/bigslide_9.tar.zst +3 -0
README.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path:
|
| 7 |
+
- "bigslide_0.jsonl.zst"
|
| 8 |
+
- "bigslide_1.jsonl.zst"
|
| 9 |
+
- "bigslide_2.jsonl.zst"
|
| 10 |
+
- "bigslide_3.jsonl.zst"
|
| 11 |
+
- "bigslide_4.jsonl.zst"
|
| 12 |
+
- "bigslide_5.jsonl.zst"
|
| 13 |
+
- "bigslide_6.jsonl.zst"
|
| 14 |
+
- "bigslide_7.jsonl.zst"
|
| 15 |
+
- "bigslide_8.jsonl.zst"
|
| 16 |
+
- "bigslide_9.jsonl.zst"
|
| 17 |
+
default: true
|
| 18 |
+
annotations_creators:
|
| 19 |
+
- found
|
| 20 |
+
language:
|
| 21 |
+
- ru
|
| 22 |
+
- en
|
| 23 |
+
- multilingual
|
| 24 |
+
license: cc0-1.0
|
| 25 |
+
multilinguality:
|
| 26 |
+
- multilingual
|
| 27 |
+
pretty_name: Bigslide.ru Presentations Dataset
|
| 28 |
+
size_categories:
|
| 29 |
+
- 10K<n<100K
|
| 30 |
+
source_datasets:
|
| 31 |
+
- original
|
| 32 |
+
task_categories:
|
| 33 |
+
- text-classification
|
| 34 |
+
- text-retrieval
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# Dataset Card for Bigslide.ru Presentations
|
| 38 |
+
|
| 39 |
+
### Dataset Summary
|
| 40 |
+
|
| 41 |
+
This dataset contains metadata and original files for 50,872 presentations from the [bigslide.ru](https://bigslide.ru) platform, a presentation storage and viewing service for school students. The dataset includes information such as presentation titles, URLs, download URLs, and extracted text content where available.
|
| 42 |
+
|
| 43 |
+
### Languages
|
| 44 |
+
|
| 45 |
+
The dataset is multilingual, with Russian being the primary language. Other languages present include:
|
| 46 |
+
|
| 47 |
+
- Russian (ru): The majority of the content
|
| 48 |
+
- English (en): Primarily for English language lessons, a small portion of the dataset
|
| 49 |
+
- Other: Some content in other languages may be present
|
| 50 |
+
|
| 51 |
+
## Dataset Structure
|
| 52 |
+
|
| 53 |
+
### Data Files
|
| 54 |
+
|
| 55 |
+
The dataset consists of:
|
| 56 |
+
|
| 57 |
+
- Metadata: Stored in JSON Lines format
|
| 58 |
+
- Presentation files: Original PPT/PPTX files
|
| 59 |
+
|
| 60 |
+
### Data Fields
|
| 61 |
+
|
| 62 |
+
This dataset includes the following fields:
|
| 63 |
+
|
| 64 |
+
- `url`: URL of the presentation page on bigslide.ru (string)
|
| 65 |
+
- `title`: Title of the presentation (string)
|
| 66 |
+
- `download_url`: URL for downloading the presentation (string)
|
| 67 |
+
- `filepath`: Local filepath of the downloaded presentation (string)
|
| 68 |
+
- `text`: Extracted text content of the presentation (string or null)
|
| 69 |
+
|
| 70 |
+
### Data Splits
|
| 71 |
+
|
| 72 |
+
All examples are in a single split.
|
| 73 |
+
|
| 74 |
+
## Additional Information
|
| 75 |
+
|
| 76 |
+
### License
|
| 77 |
+
|
| 78 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
| 79 |
+
* Use it for any purpose, including commercial projects.
|
| 80 |
+
* Modify it however you like.
|
| 81 |
+
* Distribute it without asking permission.
|
| 82 |
+
|
| 83 |
+
No attribution is required, but it's always appreciated!
|
| 84 |
+
|
| 85 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
| 86 |
+
|
| 87 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
| 88 |
+
|
| 89 |
+
### Dataset Curators
|
| 90 |
+
|
| 91 |
+
- [nyuuzyou](https://ducks.party)
|
bigslide_0.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8ced7513bb75352f40510b14a5355fbf37846e652d5d6070c1684f65e3a927f
|
| 3 |
+
size 1599561
|
bigslide_1.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78201162d31071236f9a9571ecf6d41b4d35b86a0afe6de8f2b81ce9badfce61
|
| 3 |
+
size 2441770
|
bigslide_2.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cab3d6b1c6d83c212678fece617f74ba10a02e59d8fb1b9dcf31d3d9f739ac50
|
| 3 |
+
size 2538368
|
bigslide_3.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:276d4762b80df1307f21392c2384ce97c964ff26004657880062efea23d49dd4
|
| 3 |
+
size 2631147
|
bigslide_4.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0896b09e2f391db3c9e6442013b82cdcb2a48430ce8ddfeab264a33ceb7a3f95
|
| 3 |
+
size 2679186
|
bigslide_5.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b22909997f8e4f028ca24c487feb7f7bbdeda4f647c9035a70805dec307395f6
|
| 3 |
+
size 2667311
|
bigslide_6.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0c47ef84ad5adc02b482c4f10f44393ccc81d3c3c53766ccfce8cbc577b99ba
|
| 3 |
+
size 2674092
|
bigslide_7.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10c79e3f8d0356c821b7de3d257524f961425eb4523f6c64e8e8671888e0bb4f
|
| 3 |
+
size 2703208
|
bigslide_8.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96880d43e56948e23ffe70bf81e068b37ee1c416a8099fa0a2b2c3e05b3a87a6
|
| 3 |
+
size 2737419
|
bigslide_9.jsonl.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e5cec751a7dad72b9eb8eb9aee5f67dca80baffa2ec7a3d7dab6dd4c4fe03fb
|
| 3 |
+
size 2758670
|
files/bigslide_0.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23cbf443f09c40ef4b2bd12215c09eec28bf7de226716f9b77c6e9dc5549e78d
|
| 3 |
+
size 7304870494
|
files/bigslide_1.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41f577b9183e98f6d5794709467615011611ecff9946af4cf1c198044b1d9151
|
| 3 |
+
size 11806057735
|
files/bigslide_2.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0e3341925dcc31e823f01fbdc37d16afc6e3a80b9be2e3cc5a6d64dd4d47d33
|
| 3 |
+
size 11337236051
|
files/bigslide_3.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dda797537691911aebec3f9b72832a5d3c6843eaf4537f294bc9b02bce165a4
|
| 3 |
+
size 12132228017
|
files/bigslide_4.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1e1d14f6fdb6eb3934de58e4b7dc1f05e1dd50f2ba0073ae414b0672e050ea9
|
| 3 |
+
size 11774566927
|
files/bigslide_5.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8be3cd33c8946d64b574c660bd73c6891443f39d9714310e1d6c3b51fbdac9c2
|
| 3 |
+
size 12272496620
|
files/bigslide_6.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f70b06c5580e582c581104a283f11e43781c6cb6bbaa5f2352bdbdac9864a67
|
| 3 |
+
size 12220718172
|
files/bigslide_7.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac23886c67ce6b442813849bde08668ae7eeeaa0c65418c3cc9331ead4f91b33
|
| 3 |
+
size 12172991768
|
files/bigslide_8.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bde0189f2e08236d260a6e4abfe94dc4c5944842b78b5d9c4a7e885e2d2f9974
|
| 3 |
+
size 12225060603
|
files/bigslide_9.tar.zst
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0227dfcf7c0f3af887c895887afaae82022bb244aef77f4363b4e12e572ecfac
|
| 3 |
+
size 12149448594
|