LightNovelInfo / README.md
hugfaceguy0001's picture
Update README.md
a03b5ab verified
|
raw
history blame
No virus
804 Bytes
metadata
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-*

轻小说信息数据集

整理了轻小说文库(wenku8)网站上三千多部日本轻小说的信息,包括"id"(轻小说文库中的小说原编号),"title"(标题),"author"(作者),"introduction"(小说简介),"publisher"(文库分类),"length"(字数统计)六个 字段。

可用于信息检索,文本生成等任务。