Datasets:
Upload folder using huggingface_hub
Browse files- README.md +57 -0
- goodgame.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
license:
|
7 |
+
- cc0-1.0
|
8 |
+
multilinguality:
|
9 |
+
- monolingual
|
10 |
+
pretty_name: GoodGame.ru Clips Dataset
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
task_categories:
|
16 |
+
- video-classification
|
17 |
+
- video-text-to-text
|
18 |
+
tags:
|
19 |
+
- video
|
20 |
+
- image
|
21 |
+
---
|
22 |
+
# Dataset Card for GoodGame.ru Clips
|
23 |
+
### Dataset Summary
|
24 |
+
This dataset contains information about 39,280 video clips from the Russian streaming platform [goodgame.ru](https://goodgame.ru). The clips include metadata such as streamer information, view counts, game categories, and related media URLs.
|
25 |
+
|
26 |
+
### Languages
|
27 |
+
The dataset is primarily in Russian (ru).
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
### Data Fields
|
31 |
+
This dataset includes the following fields:
|
32 |
+
- `clip_id`: Unique identifier for the clip (integer)
|
33 |
+
- `src`: Direct URL to the MP4 video file (string)
|
34 |
+
- `poster`: URL to the clip thumbnail image (string)
|
35 |
+
- `streamer`: Username of the content creator (string)
|
36 |
+
- `avatar`: URL to streamer's avatar image (string)
|
37 |
+
- `views`: Number of clip views (string)
|
38 |
+
- `game`: Game/category name (string)
|
39 |
+
- `id`: Alternative ID (string)
|
40 |
+
- `adult`: Adult content flag (string: "0" or "1")
|
41 |
+
- `auto_delete_warning`: Flag indicating if clip may be deleted due to low popularity (boolean)
|
42 |
+
|
43 |
+
### Data Splits
|
44 |
+
All examples are in a single split.
|
45 |
+
|
46 |
+
## Additional Information
|
47 |
+
### License
|
48 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
49 |
+
* Use it for any purpose, including commercial projects.
|
50 |
+
* Modify it however you like.
|
51 |
+
* Distribute it without asking permission.
|
52 |
+
No attribution is required, but it's always appreciated!
|
53 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
54 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
55 |
+
|
56 |
+
### Dataset Curators
|
57 |
+
- [nyuuzyou](https://ducks.party)
|
goodgame.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d44a48c93ec7c5656c0852d703f7b7c02bdab9d5f100bf150957a74f1dd980e
|
3 |
+
size 781811
|