Datasets:

Languages:
Russian
Size Categories:
100K<n<1M
Tags:
art
Not-For-All-Audiences
License:
The Dataset Viewer is not available on this dataset.

Dataset Card for Dataset Name

Dataset Summary

Convenient access to books in Russian hosted on Flibusta (https://flibusta.is/).

Authors of the dataset do not endorse the usage of Flibusta for illegal purposes: please read "Licensing Information" before use.

You can load the Flibusta subset by searching by book title like this:

from datasets import load_dataset

war_and_peace_flibusta = load_dataset("rominf/flibusta", books_query="Война и мир")

Languages

Russian.

Dataset Structure

Data Instances

An example looks as follows:

{
    'author': 'Толстой Лев Николаевич',
    'id': '169984',
    'text': 'Том первый...',
    'title': 'Война и мир. Книга 1',
    'url': 'https://flibusta.is/b/169984',
    'url_txt': 'https://flibusta.is/b/169984/txt',
}

Additional Information

Licensing Information

Books are stored on https://flibusta.is/ and may not be accessible from your location because of legal reasons.

Please check with your local law if you can use this dataset.

The license Apache 2.0 applies only to the code.

Citation Information

@ONLINE{flibusta,
    author = "Флибуста",
    title  = "Флибуста",
    url    = "https://flibusta.is"
}
Downloads last month
0
Edit dataset card