habr
Datasets
All datasets matching “habr”habr
Habr dataset (mirror)
Provenance / History
This is a re-upload, not an original creation. The original dataset,
IlyaGusev/habr, was created and maintained by
Ilya Gusev. Its disappearance from the Hub is documented by the
author himself in a series of posts on his Telegram channel
(@senior_augur, post 599 onward):
2026-07-05 — Habr (the website the dataset scrapes) sent Ilya a legal complaint about the
dataset. His response, in his own words: "Вот такую писюльку… See the full description on the dataset page: https://huggingface.co/datasets/volosati/habr.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.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/MECHUK/habr.habr_qna
Dataset Card for Habr QnA
Dataset Summary
This is a dataset of questions and answers scraped from Habr QnA. There are 723430 asked questions with answers, comments and other metadata.
Languages
The dataset is mostly Russian with source code in different languages.
Dataset Structure
Data Fields
Data fields can be previewed on the dataset card page.
Data Splits
All 723430 examples are in the train split, there is no validation… See the full description on the dataset page: https://huggingface.co/datasets/its5Q/habr_qna.GCRL-habr
Dataset Card for "GCRL-habr"
More Information needed
habr_and_wikipedia1gb Russian-English dataset containing articles from Habr and Wikipedia.
