litagin commited on
Commit
dc7ddac
·
verified ·
1 Parent(s): 9567d40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- license: gpl-3.0
3
  configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
- path: "voice_actor_info.tsv"
8
  ---
9
  # VisualNovel Dataset Metadata
10
 
@@ -23,18 +23,6 @@ maker game charname char_in_vndb char_id va_in_vndb staff_id va_normalized_name
23
 
24
  Here `va_normalized_name` is the page title name of the corresponding vndb id page, or the original name if not found in vndb.
25
 
26
- - [`missing_char_with_counts.tsv`](missing_char_with_counts.tsv) is the list of character folder in [OOPPEENN/VisualNovel_Dataset](https://huggingface.co/datasets/OOPPEENN/VisualNovel_Dataset) which is not contained in [`voice_actor_info.tsv`](voice_actor_info.tsv). Some are mobs folder such that one folder contains several speakers, and others include one speaker but I cannot find their voice actors, and mostly are chars of which I was lazy that I have no time to search and investigate voice actors
27
-
28
- ```tsv
29
- maker game charname vn_id entry_count
30
- Qruppo Nukige Mitai na Shima ni Sunderu Watashi wa Dou Surya Ii Desu ka 2 others v23741 3009
31
- Citrus Hokenshitsu no Sensei to Gothloli no Koui fem v33099 2232
32
- Citrus Hokenshitsu no Sensei to Shabondama Chuudoku no Joshu fem v28666 2104
33
- FLAT Rebellions Secret Game 2nd Stage その他(男性) v16862 1944
34
- ```
35
-
36
- The order is descending w.r.t. entry_count = the number of files in [OOPPEENN/VisualNovel_Dataset](https://huggingface.co/datasets/OOPPEENN/VisualNovel_Dataset).
37
-
38
  ## Note (for voice actors info)
39
 
40
  - **`va_normalized_name` is not checked to be unique (colision may happen)**, so you should use `vndb_staff_id` as an identifier.
 
1
  ---
2
+ license: mit
3
  configs:
4
  - config_name: default
5
  data_files:
6
  - split: train
7
+ path: voice_actor_info.tsv
8
  ---
9
  # VisualNovel Dataset Metadata
10
 
 
23
 
24
  Here `va_normalized_name` is the page title name of the corresponding vndb id page, or the original name if not found in vndb.
25
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## Note (for voice actors info)
27
 
28
  - **`va_normalized_name` is not checked to be unique (colision may happen)**, so you should use `vndb_staff_id` as an identifier.