vypivshiy/habr
Habr dataset Description Summary: Dataset of posts and comments from habr.com, a Russian collaborative blog about IT, computer science and anything related to the Internet. Script: create_habr.py Point of Contact: Ilya Gusev Languages: Russian, English, some programming code. Usage from datasets import load_dataset dataset = load_dataset('IlyaGusev/habr', split="train", streaming=True) for example in dataset: print(example["text_markdown"])… See the full description on the dataset page: https://huggingface.co/datasets/vypivshiy/habr.
8284
