--- 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=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") ```