The Dataset Viewer is not available on this dataset.

Ficbook dataset

Description

Summary: Dataset of 1.4M fan fiction stories from ficbook.net. Dataset collection is still in progress.

Script: create_ficbook.py

Point of Contact: Ilya Gusev

Languages: Mostly Russian

Usage

Dataset iteration:

from datasets import load_dataset
dataset = load_dataset('IlyaGusev/ficbook', split="train", streaming=True)
for example in dataset:
    print(example["parts"][0]["clean_text"])

Personal and Sensitive Information

Information about the original authors is included in the dataset where possible. Many stories from the dataset contain NSFW content.

Downloads last month
8