Upload folder using huggingface_hub
Browse files- README.md +70 -0
- pptonline.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
- uk
|
7 |
+
- be
|
8 |
+
- kk
|
9 |
+
- en
|
10 |
+
- multilingual
|
11 |
+
license:
|
12 |
+
- cc0-1.0
|
13 |
+
multilinguality:
|
14 |
+
- multilingual
|
15 |
+
pretty_name: PPT Online Dataset
|
16 |
+
size_categories:
|
17 |
+
- 1M<n<10M
|
18 |
+
source_datasets:
|
19 |
+
- original
|
20 |
+
task_categories:
|
21 |
+
- text-classification
|
22 |
+
- text-retrieval
|
23 |
+
---
|
24 |
+
|
25 |
+
# Dataset Card for PPT Online
|
26 |
+
|
27 |
+
### Dataset Summary
|
28 |
+
|
29 |
+
This dataset contains metadata about 1,418,349 PowerPoint (.ppt) files hosted on the ppt-online.org platform. PPT Online is a service designed to display PowerPoint presentations. The dataset includes information such as presentation titles, categories, download links, file sizes, and content snippets. The majority of the presentations are in Russian, Ukrainian, Belarusian, Kazakh, and English, but other languages are also present.
|
30 |
+
|
31 |
+
### Languages
|
32 |
+
|
33 |
+
The dataset is multilingual, with the primary languages being Russian, Ukrainian, Belarusian, Kazakh, and English. However, presentations in other languages are also included.
|
34 |
+
|
35 |
+
## Dataset Structure
|
36 |
+
|
37 |
+
### Data Fields
|
38 |
+
|
39 |
+
This dataset includes the following fields:
|
40 |
+
|
41 |
+
- `id`: Unique identifier for the presentation (integer)
|
42 |
+
- `title`: Title of the PowerPoint presentation (string)
|
43 |
+
- `category`: Category or topic of the presentation (string)
|
44 |
+
- `download_link`: URL for downloading the presentation (string)
|
45 |
+
- `file_size`: Size of the PowerPoint file (string)
|
46 |
+
- `body_content`: Snippet or summary of the presentation content. Generated by a service, quite low quality (string)
|
47 |
+
|
48 |
+
### Data Splits
|
49 |
+
|
50 |
+
All examples are in a single split.
|
51 |
+
|
52 |
+
## Additional Information
|
53 |
+
|
54 |
+
### License
|
55 |
+
|
56 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
57 |
+
|
58 |
+
* Use it for any purpose, including commercial projects.
|
59 |
+
* Modify it however you like.
|
60 |
+
* Distribute it without asking permission.
|
61 |
+
|
62 |
+
No attribution is required, but it's always appreciated!
|
63 |
+
|
64 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
65 |
+
|
66 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
67 |
+
|
68 |
+
### Dataset Curators
|
69 |
+
|
70 |
+
- [nyuuzyou](https://ducks.party)
|
pptonline.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43047ccef6251cc62b141584a0861a9679963a94b1659dbafdfd993709a21886
|
3 |
+
size 2960086758
|