Datasets:
Upload folder using huggingface_hub
Browse files- README.md +88 -0
- files/lusana_0.tar.zst +3 -0
- files/lusana_1.tar.zst +3 -0
- files/lusana_2.tar.zst +3 -0
- files/lusana_3.tar.zst +3 -0
- files/lusana_4.tar.zst +3 -0
- lusana_0.jsonl.zst +3 -0
- lusana_1.jsonl.zst +3 -0
- lusana_2.jsonl.zst +3 -0
- lusana_3.jsonl.zst +3 -0
- lusana_4.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
- en
|
7 |
+
- multilingual
|
8 |
+
license:
|
9 |
+
- cc0-1.0
|
10 |
+
multilinguality:
|
11 |
+
- multilingual
|
12 |
+
pretty_name: Lusana.ru Presentations Dataset
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-classification
|
19 |
+
- text-retrieval
|
20 |
+
---
|
21 |
+
|
22 |
+
# Dataset Card for Lusana.ru Presentations
|
23 |
+
|
24 |
+
### Dataset Summary
|
25 |
+
|
26 |
+
This dataset contains metadata and original files for 38,953 presentations from the [lusana.ru](https://lusana.ru) platform, a service for storing presentations, reports, templates, and backgrounds in PPT/PPTX format. The dataset includes information such as presentation titles, download URLs, uniqueness scores, number of slides, views, downloads, file sizes, and extracted text content where available.
|
27 |
+
|
28 |
+
### Languages
|
29 |
+
|
30 |
+
The dataset is multilingual, with Russian being the primary language. Other languages present include:
|
31 |
+
|
32 |
+
- Russian (ru): The majority of the content
|
33 |
+
- English (en): A portion of the dataset, likely for language learning materials
|
34 |
+
- Other: Some content in other languages may be present
|
35 |
+
|
36 |
+
## Dataset Structure
|
37 |
+
|
38 |
+
### Data Files
|
39 |
+
|
40 |
+
The dataset consists of:
|
41 |
+
|
42 |
+
- Metadata: Stored in JSON Lines format
|
43 |
+
- Presentation files: Original PPT/PPTX files
|
44 |
+
|
45 |
+
### Data Fields
|
46 |
+
|
47 |
+
This dataset includes the following fields:
|
48 |
+
|
49 |
+
- `id`: Unique identifier for the presentation (integer)
|
50 |
+
- `name`: Title of the presentation (string)
|
51 |
+
- `download_url`: URL for downloading the presentation (string)
|
52 |
+
- `uniqueness`: Uniqueness score of the presentation (integer)
|
53 |
+
- `slides`: Number of slides in the presentation (integer)
|
54 |
+
- `views`: Number of views for the presentation (integer)
|
55 |
+
- `downloads`: Number of downloads for the presentation (integer)
|
56 |
+
- `size`: File size of the presentation (string)
|
57 |
+
- `filepath`: Local filepath of the downloaded presentation (string)
|
58 |
+
- `text`: Extracted text content of the presentation (string or null)
|
59 |
+
|
60 |
+
### Data Splits
|
61 |
+
|
62 |
+
All examples are in a single split.
|
63 |
+
|
64 |
+
## Additional Information
|
65 |
+
|
66 |
+
### License
|
67 |
+
|
68 |
+
This dataset is licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported (CC BY-NC 3.0) license. This means you can:
|
69 |
+
|
70 |
+
* Share — copy and redistribute the material in any medium or format
|
71 |
+
* Adapt — remix, transform, and build upon the material
|
72 |
+
|
73 |
+
Under the following terms:
|
74 |
+
|
75 |
+
* Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
76 |
+
* NonCommercial — You may not use the material for commercial purposes.
|
77 |
+
|
78 |
+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
|
79 |
+
|
80 |
+
Attribution-NonCommercial 3.0 Unported license: https://creativecommons.org/licenses/by-nc/3.0/
|
81 |
+
|
82 |
+
To learn more about CC BY-NC 3.0, visit the Creative Commons website: https://creativecommons.org/licenses/by-nc/3.0/legalcode
|
83 |
+
|
84 |
+
**Note**: This license applies as it corresponds to the original content's licensing terms on the platform. For more details on the platform's licensing, please visit: https://lusana.ru/we
|
85 |
+
|
86 |
+
### Dataset Curators
|
87 |
+
|
88 |
+
- [nyuuzyou](https://ducks.party)
|
files/lusana_0.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2909cd4caa7db6171921b811d3ee93471d7330b1ca898d3c9ccdf5eb24311b25
|
3 |
+
size 34914072815
|
files/lusana_1.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dccbe6844b61213a5d76bfe8eb7de8ac86f79d8b2d4397fb13529ede8bb9f65d
|
3 |
+
size 33225590582
|
files/lusana_2.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b74176a3b33e9e6a84c07993b2aff905d3074b2feebe23a62f115c8df0e52ca
|
3 |
+
size 32869327209
|
files/lusana_3.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1249a48ec3411327e1da8b9c4e2b1820b0c96341dd3d17f3f52f83fa4e8b9141
|
3 |
+
size 40051608958
|
files/lusana_4.tar.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fed8897d8176ad14c9aa0ae7a16b43fbd59352d8c17be9c26e2744f441dc596d
|
3 |
+
size 34565354329
|
lusana_0.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ef9ab8631c54ee4f90c1e188d04526c51a97dfe522d9332c2d6fd209f8df657
|
3 |
+
size 133352188
|
lusana_1.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:610a9bb891b806209196648b7c49ef71929531bbceec96b5d8e2b0261ec83333
|
3 |
+
size 48676468
|
lusana_2.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:add626fde6e90bc5729bf2c2e9c59f676a6f2c809a3feedd6600f179570cc1dc
|
3 |
+
size 7423571
|
lusana_3.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18e46ac7ec7e8f1534aed0f55f5014102605c242e1326efac3db5f77d458a765
|
3 |
+
size 39196395
|
lusana_4.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f008f5902cf69173d397bb1cca60f824a141ed6256d0c52feaead22020ca0da
|
3 |
+
size 5774209
|