skoll520 commited on
Commit
9cd600e
1 Parent(s): 404ec44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -7,23 +7,25 @@ dataset_info:
7
  dtype: string
8
  splits:
9
  - name: train
10
- num_bytes: 3326774904.0
11
  num_examples: 126
12
  download_size: 3323845215
13
- dataset_size: 3326774904.0
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
19
  ---
20
 
21
  # What is this?
22
 
23
- This is a dataset extracted from Brazilian cartoon called Fudêncio (by MTV), which is somehow similar to South Park.
24
 
25
- This dataset has two features: rttm string ( to identify speakers ) and the voicelines Acapella made using Demucs (no_voice files are not included)
26
 
27
- The separation of Demucs is not perfect, but could help people to train RVC voices for different characters.
28
 
29
  I plan to use this later to split voicelines by characters names into another dataset.
 
7
  dtype: string
8
  splits:
9
  - name: train
10
+ num_bytes: 3326774904
11
  num_examples: 126
12
  download_size: 3323845215
13
+ dataset_size: 3326774904
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ language:
20
+ - pt
21
  ---
22
 
23
  # What is this?
24
 
25
+ This is a dataset extracted from brazilian cartoon called **Fudêncio (by MTV)**, which is somehow **similar to South Park**.
26
 
27
+ This dataset has three features: **rttm** *string* ( to identify speakers ), **episode_name** ( for reference ) and the **audio** *voicelines Acapella* made using Demucs (no_voice files are not included)
28
 
29
+ The separation of Demucs is *not perfect*, but can help people to train **RVC** voices for different characters.
30
 
31
  I plan to use this later to split voicelines by characters names into another dataset.