The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
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
- 9