alpindale commited on
Commit
ec4ba36
1 Parent(s): de631eb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - conversational
5
+ - text-generation
6
+ language:
7
+ - en
8
+ pretty_name: Visual Novels
9
+ ---
10
+
11
+ # Visual Novel Dataset
12
+
13
+ This dataset contains parsed Visual Novel scripts for training language models. The dataset consists of approximately 60 million tokens of parsed scripts.
14
+
15
+ ## Dataset Structure
16
+
17
+ The dataset follows a general structure for visual novel scripts:
18
+
19
+ - Dialogue lines: Dialogue lines are formatted with the speaker's name followed by a colon, and the dialogue itself enclosed in quotes. For example:
20
+
21
+ ```
22
+ John: "Hello, how are you?"
23
+ ```
24
+
25
+ - Actions and narration: Actions and narration within the Visual Novel scripts are often enclosed in asterisks, but it's important to note that not all visual novels follow this convention. Actions and narration provide descriptions of character movements, background settings, or other narrative elements.
26
+
27
+ ```
28
+ *John looked around the room, searching for answers.*
29
+ ```
30
+
31
+ ## Contents
32
+
33
+ - `visual-novels.txt`: This file contains all the parsed VNs concatenated within a single plaintext file. Each entry is separated with this string:
34
+ ```
35
+ [ - title - {visual-novel-title-1.txt} ]
36
+ ```
37
+
38
+ - `VNDB/`: This directory contains `.json` files that contain VNDB IDs for the corresponding VN's characters. Does not include unparsed VNs.
39
+
40
+ - `visual-novels-parsed.tar.zst`: This archive contains the parsed VNs but with each script in a separate text file (i.e. not concatenated).
41
+
42
+ - `visual-novels-unparsed.tar.zst`: This archive contains all the unparsed VNs along with the original script for the currently parsed VNs.
43
+
44
+ ## Usage
45
+
46
+ You can utilize this dataset to train language models, particularly for tasks related to natural language processing and text generation. By leveraging the parsed visual novel scripts, you can train models to understand dialogue structures and generate coherent responses. Additionally, the inclusion of the unparsed scripts allows for further analysis and processing.
47
+
48
+ ## Contribution
49
+
50
+ This dataset was gathered and parsed by the [PygmalionAI](https://hugginface.co/PygmalionAI) Data Processing Team. Listed below are the team members, sorted by contribution amount:
51
+
52
+ - **Suikamelon**: [HuggingFace](https://huggingface.co/lemonilia) - [GitHub](https://github.com/BugReporterZ) (2,787,704 ++ 672,473 --)
53
+ - **Alpin**: [HuggingFace](https://huggingface.co/alpindale) - [GitHub](https://github.com/AlpinDale) (1,170,985 ++ 345,120 --)
54
+ - **Spartan**: [GitHub](https://github.com/Spartan9772) (901,046 ++ 467,915 --)
55
+ - **Unlucky-AI** [GitHub](https://github.com/Unlucky-AI) (253,316 ++ 256 --)
56
+
57
+ ## Citation
58
+
59
+ If you use this dataset in your research or projects, please cite it appropriately.
60
+
61
+ ## Acknowledgements
62
+
63
+ This dataset is compiled and shared for research and educational purposes. The dataset includes parsed visual novel scripts from various sources, which are predominantly copyrighted and owned by their respective publishers and creators. The inclusion of these scripts in this dataset does not imply any endorsement or authorization from the copyright holders.
64
+ We would like to express our sincere gratitude to the original copyright holders and creators of the visual novels for their valuable contributions to the art and storytelling. We respect and acknowledge their intellectual property rights.
65
+ We strongly encourage users of this dataset to adhere to copyright laws and any applicable licensing restrictions when using or analyzing the provided content. It is the responsibility of the users to ensure that any use of the dataset complies with the legal requirements governing intellectual property and fair use.
66
+ Please be aware that the creators and distributors of this dataset disclaim any liability or responsibility for any unauthorized or illegal use of the dataset by third parties.
67
+ If you are a copyright holder or have any concerns about the content included in this dataset, please contact us at [this email address](mailto:alpin@alpindale.dev) to discuss the matter further and address any potential issues.
68
+
69
+