Datasets:
| dataset_info: | |
| features: | |
| - name: text | |
| dtype: string | |
| - name: src | |
| dtype: string | |
| splits: | |
| - name: train | |
| num_bytes: 4278623445 | |
| num_examples: 798436 | |
| download_size: 2110236264 | |
| dataset_size: 4278623445 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| tags: | |
| - russian | |
| - pretraining | |
| - markdown | |
| - code | |
| - web | |
| license: other | |
| language: | |
| - ru | |
| size_categories: | |
| - 100K<n<1M | |
| task_categories: | |
| - text-generation | |
| pretty_name: Russian Text Corpus (web/forum/wiki/code) | |
| ## Description | |
| ~798k deduplicated Russian documents (~1.6B tokens) from FineWeb-2 (rus_Cyrl), ru-StackOverflow, Pikabu, Habr, Russian Wikipedia and news. Markdown- and code-bearing (StackOverflow/Habr/Pikabu are `text_markdown`). Filtered to >=200 chars and >=30% Cyrillic. Columns: `text`, `src`. | |
| > Derived dataset. Source material retains its original per-item licence (see `source`/`repo` columns); treat as **other / mixed**. Provided as-is. | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("PotatoHD/ru-text-corpus") | |
| ``` | |