rutube-channels / README.md
nyuuzyou's picture
Upload folder using huggingface_hub
d93b766 verified
---
annotations_creators:
- crowdsourced
language:
- ru
language_creators:
- crowdsourced
license:
- cc0-1.0
multilinguality:
- monolingual
pretty_name: Rutube channels
size_categories:
- 10M<100M
source_datasets:
- original
task_categories:
- text-generation
task_ids:
- language-modeling
---
# Dataset Card for Rutube channels
### Dataset Summary
This dataset was scraped from channel pages on the Russian video-sharing platform [Rutube](https://rutube.ru). It includes all information from the channel card. The dataset was collected by processing 36 million channels, starting from the first one. At the time the dataset was collected, it is assumed that these were all the channels available on this platform. Some fields may be empty, but the string is expected to contain some data, empty responses have been sorted.
### Languages
The dataset is mostly in Russian, but there may be other languages present.
## Dataset Structure
### Data Fields
This dataset includes the following fields:
- `id`: Identifier for the channel (integer)
- `name`: Name of the channel (string)
- `description`: Short description of the channel (string)
- `is_official`: Indicates if the channel is official (boolean)
- `video_count`: Number of videos in the channel (integer)
- `hits`: Number of hits or views for the channel (integer)
- `subscribers_count`: Number of subscribers to the channel (integer)
- `date_joined`: Date and time when the channel was created (string in ISO 8601 format)
### Data Splits
All examples are in the train split, there is no validation split.
## Additional Information
### License
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use it for any purpose, including commercial projects.
* Modify it however you like.
* Distribute it without asking permission.
No attribution is required, but it's always appreciated!
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
### Dataset Curators
- [nyuuzyou](https://ducks.party)