File size: 1,427 Bytes
b681b53 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
license: apache-2.0
task_categories:
- text-generation
language:
- ru
tags:
- art
- not-for-all-audiences
size_categories:
- 100K<n<1M
---
# 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"
}
```
|