dataset_info: | |
features: | |
- name: id | |
dtype: int64 | |
- name: title | |
dtype: string | |
- name: author | |
dtype: string | |
- name: introduction | |
dtype: string | |
- name: publisher | |
dtype: string | |
- name: length | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 2544581 | |
num_examples: 3523 | |
download_size: 1869762 | |
dataset_size: 2544581 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
license: openrail | |
task_categories: | |
- text-classification | |
- question-answering | |
- summarization | |
- text2text-generation | |
- sentence-similarity | |
language: | |
- zh | |
tags: | |
- literature | |
- art | |
pretty_name: LightNovel | |
size_categories: | |
- 1K<n<10K | |
# 轻小说信息数据集 | |
整理了轻小说文库(wenku8)网站上三千多部日本轻小说的信息,包括"id"(轻小说文库中的小说原编号),"title"(标题),"author"(作者),"introduction"(小说简介),"publisher"(文库分类),"length"(字数统计)六个 | |
字段。 | |
可用于信息检索,文本生成等任务。 |