rustemgareev/artemy-lebedev
收藏Hugging Face2026-03-23 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/rustemgareev/artemy-lebedev
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-sa-4.0
language:
- ru
tags:
- blog
- russian
pretty_name: Artemy Lebedev
size_categories:
- 10K<n<100K
---
# Artemy Lebedev
This dataset is based on [blog.tema.ru](https://blog.tema.ru/).
## Usage
The dataset can be loaded using the Hugging Face `datasets` library.
```python
from datasets import load_dataset
dataset = load_dataset("rustemgareev/artemy-lebedev", split='train')
```
## Dataset Structure
Each record in the dataset contains the following fields:
- `title` (string): Article title
- `url` (string): Original article URL on blog.tema.ru
- `date_published` (timestamp): Publication timestamp in ISO 8601 format
- `tags` (list[string]): Topical categories
- `text` (string): Article text
## License
The dataset is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license.
提供机构:
rustemgareev



