CoolFace
11 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01joujiboi /Galgame-VisualNovel-Reupload Galgame VisualNovel Reupload This repository is a reupload of the visual novel dataset OOPPEENN/56697375616C4E6F76656C5F44617461736574. The goal of this reupload is to restructure the data for easier and more efficient use with the datasets library, instead of having to manually extract each archive file and parse json files of the original dataset. Loading the entire dataset To load and stream all voice lines from all games combined, simply load the train split. The… See the full description on the dataset page: https://huggingface.co/datasets/joujiboi/Galgame-VisualNovel-Reupload.audioautomatic-speech-recognition1M<n<10M38 likes4k downloads1y agoHugging Face02TAK-C /visual-novel-datasets Dataset Card for Dataset Name This dataset card aims to be a base template for new datasets. It has been generated using this raw template. Dataset Details Dataset Description Curated by: [More Information Needed] Funded by [optional]: [More Information Needed] Shared by [optional]: [More Information Needed] Language(s) (NLP): [More Information Needed] License: [More Information Needed] Dataset Sources [optional] Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/TAK-C/visual-novel-datasets.3 likes499 downloads2y agoHugging Face03alpindale /visual-novels Visual Novel Dataset This dataset contains parsed Visual Novel scripts for training language models. The dataset consists of approximately 60 million tokens of parsed scripts. Dataset Structure The dataset follows a general structure for visual novel scripts: Dialogue lines: Dialogue lines are formatted with the speaker's name followed by a colon, and the dialogue itself enclosed in quotes. For example: John: "Hello, how are you?" Actions and narration: Actions and… See the full description on the dataset page: https://huggingface.co/datasets/alpindale/visual-novels.text-generation69 likes371 downloads3y agoHugging Face04KaraKaraWitch /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.text-generation1 likes140 downloads7d agoHugging Face05litagin /VisualNovel_Dataset_Metadata VisualNovel Dataset Metadata This dataset repository contains metadata for OOPPEENN/56697375616C4E6F76656C5F44617461736574. maker_game_vnid.tsv: Contains the mapping of maker names, game names, and their corresponding Visual Novel IDs in vndb. Here the column maker and game correspond to {maker}_{game} in the file names of 7z (or directory names of extracted files) in OOPPEENN/VisualNovel_Dataset. voice_actor_info.tsvmaps maker game character to vndb char id, vndb voice actor id… See the full description on the dataset page: https://huggingface.co/datasets/litagin/VisualNovel_Dataset_Metadata.text1K<n<10K14 likes130 downloads11mo agoHugging Face06NintenHero /Visual-Novel-Maker-Data1 likes36 downloads1y agoHugging Face07winglian /visual-novels-jsontext1K<n<10K10 likes35 downloads3y agoHugging Face08agentlans /visual-novel-summary Dataset Card for Visual Novel Summary This dataset contains excerpts from visual novels, derived from the winglian/visual-novels-json dataset. Each excerpt is annotated with respect to elements of fiction, including setting, characters, plot, conflict, themes, point of view, and tone. Dataset Details Dataset Description This dataset was created by splitting rows from the winglian/visual-novels-json dataset into chunks of 32 consecutive lines. Each chunk was… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/visual-novel-summary.text100K<n<1M1 likes30 downloads1y agoHugging Face09PJMixers-Dev /alpindale_visual-novelsimport json import os import ftfy dataset = [] for filename in sorted(os.listdir("./visual-novels-parsed/TXT")): txt_path = os.path.join(TXT_DIR, filename) with open(txt_path, "r") as f: txt_data = ftfy.fix_text(f.read()).strip() dataset.append( { "name": ftfy.fix_text(filename.replace(".txt", "")).strip(), "text": txt_data, } ) with open("./visual-novels-parsed/train.json", "w") as f: json.dump(dataset, f, indent=2) textn<1K1 likes9 downloads10mo agoHugging Face10PJMixers-Dev /winglian_visual-novels-json-axotext1K<n<10K0 likes7 downloads2y agoHugging Face11PJMixers-Dev /winglian_visual-novels-json-axo-dropped-longtext1K<n<10K0 likes4 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.