CoolFace
Datasetpublic

KaraKaraWitch/visual-novels-v1.1

Visual Novels v1.1 (WIP) This dataset contains parsed Visual Novel scripts. Dataset Structure We provide 2 variants of the same dataset: Extracted (Not Yet released) Contains the raw unformatted version directly extracted from the game's files. jsonl Parsed versions of the raw extracted versions. A sample is provided below: { "meta": { "game": "<Game Title>.jsonl", "scene_key": "<Scene Key>" }, "namedconversation": [ {… See the full description on the dataset page: https://huggingface.co/datasets/KaraKaraWitch/visual-novels-v1.1.

sourceHugging Faceapache-2.0updated 8d agoView on Hugging Face
1likes141downloads
Dataset Card

Visual Novels v1.1 (WIP)

This dataset contains parsed Visual Novel scripts.

Dataset Structure

We provide 2 variants of the same dataset:

  1. 1.Extracted (Not Yet released) Contains the raw unformatted version directly extracted from the game's files.
  2. 2.jsonl Parsed versions of the raw extracted versions. A sample is provided below:
js
   {
        "meta": {
            "game": "<Game Title>.jsonl",
            "scene_key": "<Scene Key>"
        },
        "namedconversation": [
            {
            "sender": "narr",
            "message": "One hour later."
            },
            {
            "sender": "KaraKaraWitch",
            "message": "「According to all known laws of aviation……?」"
            },
            // ...
        ]
    }

Sources

This dataset is derived from alpindale/visual-novels. We reprocessed the raw game files into json format for more modern standards.

For more infomation, please refer to the original dataset.