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.
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.jsonlParsed versions of the raw extracted versions. A sample is provided below:
{
"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.
