CoolFace
Datasetpublic

IlyaGusev/ru_stackoverflow

Russian StackOverflow dataset Description Summary: Dataset of questions, answers, and comments from ru.stackoverflow.com. Script: create_stackoverflow.py Point of Contact: Ilya Gusev Languages: The dataset is in Russian with some programming code. Usage Prerequisites: pip install datasets zstandard jsonlines pysimdjson Loading: from datasets import load_dataset dataset = load_dataset('IlyaGusev/ru_stackoverflow', split="train") for example in… See the full description on the dataset page: https://huggingface.co/datasets/IlyaGusev/ru_stackoverflow.

sourceHugging Faceotherupdated 4y agoView on Hugging Face
12likes85downloads
16 commits on main
3bfd79e4y ago

Update README.md

IlyaGusev
25691f44y ago

Update README.md

IlyaGusev
683c1414y ago

Update README.md

IlyaGusev
70798584y ago

Update README.md

IlyaGusev
8654ee24y ago

Update README.md

IlyaGusev
aec67be4y ago

Update README.md

IlyaGusev
c364f2e4y ago

Update README.md

IlyaGusev
07f3c794y ago

Update README.md

IlyaGusev
dd712454y ago

Update README.md

IlyaGusev
ee6403d4y ago

Update README.md

IlyaGusev
eeba4a04y ago

Update README.md

IlyaGusev
16c25324y ago

Update README.md

IlyaGusev
7da8fbe4y ago

Update README.md

IlyaGusev
b04a69c4y ago

Init

IlyaGusev
7d838f44y ago

Update README.md

IlyaGusev
3e7b6684y ago

initial commit

IlyaGusev