alexantonov commited on
Commit
0fc356e
1 Parent(s): 0cb964c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -22,6 +22,13 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
 
 
 
25
  ---
26
 
27
  ## How to use
@@ -34,7 +41,7 @@ from datasets import load_dataset, DatasetDict, concatenate_datasets, Audio
34
  comm_voice = DatasetDict()
35
  comm_voice["train"] = load_dataset("mozilla-foundation/common_voice_17_0", "cv", split="train+validation", use_auth_token=True)
36
  comm_voice["test"] = load_dataset("mozilla-foundation/common_voice_17_0", "cv", split="test", use_auth_token=True)
37
- comm_voice = comm_voice.remove_columns(["accent", "age", "client_id", "down_votes", "gender", "segment", "up_votes", "variant"])
38
  comm_voice = comm_voice.cast_column("audio", Audio(sampling_rate=16000))
39
 
40
  print(comm_voice)
@@ -52,3 +59,7 @@ common_voice = DatasetDict({"train": concatenate_datasets([comm_voice["train"],
52
 
53
  print(common_voice)
54
  ```
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ license: cc0-1.0
26
+ task_categories:
27
+ - automatic-speech-recognition
28
+ - text-to-speech
29
+ language:
30
+ - cv
31
+ pretty_name: Chuvash Voice
32
  ---
33
 
34
  ## How to use
 
41
  comm_voice = DatasetDict()
42
  comm_voice["train"] = load_dataset("mozilla-foundation/common_voice_17_0", "cv", split="train+validation", use_auth_token=True)
43
  comm_voice["test"] = load_dataset("mozilla-foundation/common_voice_17_0", "cv", split="test", use_auth_token=True)
44
+ comm_voice = comm_voice.remove_columns(["accent", "age", "down_votes", "gender", "segment", "up_votes", "variant"])
45
  comm_voice = comm_voice.cast_column("audio", Audio(sampling_rate=16000))
46
 
47
  print(comm_voice)
 
59
 
60
  print(common_voice)
61
  ```
62
+
63
+ ## Text to Speech
64
+
65
+ Most of the corpus is a unique voice (client_id='177'). Therefore, the corpus can also be used for synthesis tasks.