The Dataset Viewer is not available on this dataset.

Ficbook dataset

Description

A dump of the library, mainly in Russian, including all metadata. Usage of this dataset is possible only for scientific purposes on a non-commercial basis.

Script: parse_zip_fb2.py

Source: booktracker

Point of Contact: Ilya Gusev

Languages: Mostly Russian

Usage

Prerequisites:

pip install datasets zstandard jsonlines pysimdjson

Dataset iteration:

from datasets import load_dataset
for example in load_dataset('IlyaGusev/librusec_full', split="train", streaming=True):
    print(example)
Downloads last month
45
Edit dataset card