Upload folder using huggingface_hub
Browse files- README.md +96 -0
- plvideo.json.zst +3 -0
README.md
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
language_creators:
|
7 |
+
- crowdsourced
|
8 |
+
license:
|
9 |
+
- cc0-1.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: Platforma Video Dataset
|
13 |
+
size_categories:
|
14 |
+
- 100K<1M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-generation
|
19 |
+
task_ids:
|
20 |
+
- language-modeling
|
21 |
+
---
|
22 |
+
|
23 |
+
# Dataset Card for Platforma Video Dataset
|
24 |
+
|
25 |
+
### Dataset Summary
|
26 |
+
|
27 |
+
This dataset was scraped from video pages on the Russian video-sharing platform [Platforma](https://plvideo.ru), a Russian YouTube alternative. It includes information about 181,876 videos across 12,341 channels. The dataset contains detailed information about each video and its associated channel, providing a comprehensive view of the content available on the platform.
|
28 |
+
|
29 |
+
### Languages
|
30 |
+
|
31 |
+
The dataset is primarily in Russian, but there may be other languages present in video titles and descriptions.
|
32 |
+
|
33 |
+
## Dataset Structure
|
34 |
+
|
35 |
+
### Data Fields
|
36 |
+
|
37 |
+
This dataset includes the following fields for each video:
|
38 |
+
|
39 |
+
- `id`: Unique identifier for the video (string)
|
40 |
+
- `type`: Type of content, typically "video" (string)
|
41 |
+
- `publishedAt`: Publication date and time of the video (string in ISO 8601 format)
|
42 |
+
- `statId`: Statistical identifier (string)
|
43 |
+
- `title`: Title of the video (string)
|
44 |
+
- `desc`: Description of the video (string)
|
45 |
+
- `visible`: Visibility status of the video (string, e.g., "public")
|
46 |
+
- `audience`: Audience information (integer)
|
47 |
+
- `comments`: Object containing comment settings
|
48 |
+
- `mode`: Comment mode (string, e.g., "on")
|
49 |
+
- `order`: Comment ordering (string, e.g., "likes")
|
50 |
+
- `sensitive`: Indicates if the content is sensitive (boolean)
|
51 |
+
- `frag`: Fragment information (boolean)
|
52 |
+
- `coverPath`: URL to the video cover image (string)
|
53 |
+
- `profileHls`: URL to the video profile (string)
|
54 |
+
- `previewFile`: URL to the video preview file (string)
|
55 |
+
- `uploadFile`: Object containing upload information
|
56 |
+
- `videoDuration`: Duration of the video in milliseconds (integer)
|
57 |
+
- `stats`: Object containing video statistics
|
58 |
+
- `viewTotalCount`: Total view count (integer)
|
59 |
+
- `likeCount`: Number of likes (integer)
|
60 |
+
- `commentCount`: Number of comments (integer)
|
61 |
+
- `channel`: Object containing channel information
|
62 |
+
- `id`: Channel identifier (string)
|
63 |
+
- `slug`: Channel slug (string)
|
64 |
+
- `name`: Name of the channel (string)
|
65 |
+
- `desc`: Description of the channel (string)
|
66 |
+
- `coverPath`: URL to the channel cover image (string)
|
67 |
+
- `bannerPath`: URL to the channel banner image (string)
|
68 |
+
- `stats`: Object containing channel statistics
|
69 |
+
- `subscribers`: Number of subscribers (integer)
|
70 |
+
- `videoCount`: Number of videos in the channel (integer)
|
71 |
+
- `verified`: Indicates if the channel is verified (boolean)
|
72 |
+
- `frag`: Fragment information for the channel (boolean)
|
73 |
+
|
74 |
+
### Data Splits
|
75 |
+
|
76 |
+
All examples are in the train split; there is no validation split.
|
77 |
+
|
78 |
+
## Additional Information
|
79 |
+
|
80 |
+
### License
|
81 |
+
|
82 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
83 |
+
|
84 |
+
* Use it for any purpose, including commercial projects.
|
85 |
+
* Modify it however you like.
|
86 |
+
* Distribute it without asking permission.
|
87 |
+
|
88 |
+
No attribution is required, but it's always appreciated!
|
89 |
+
|
90 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
91 |
+
|
92 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
93 |
+
|
94 |
+
### Dataset Curators
|
95 |
+
|
96 |
+
- [nyuuzyou](https://ducks.party)
|
plvideo.json.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dd7f7c66e607f46de56d711152fd24799dae7a277dd218261b48ae970749daa
|
3 |
+
size 38519441
|