File size: 1,035 Bytes
756f104 254a654 756f104 a03b5ab |
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 |
---
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"(字数统计)六个
字段。
可用于信息检索,文本生成等任务。 |