Aniket-Tathe-08 commited on
Commit
bfdef6b
1 Parent(s): cd407a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -16
README.md CHANGED
@@ -1,25 +1,66 @@
1
  ---
2
- license: cc0-1.0
3
  ---
4
- metadata
5
  size_categories:
6
- - 1K<n<10K
7
  configs:
8
- - config_name: default
9
- data_files:
10
- - split: train
11
- path: transcript/hi/train.tsv
12
- - split: test
13
- path: transcript/hi/test.tsv
14
- - split: other
15
- path: transcript/hi/other.tsv
16
- - split: dev
17
- path: transcript/hi/dev.tsv
18
  license: cc0-1.0
19
  pretty_name: Custom Common Voice
20
  source_datasets:
21
- - common_voice_v11
22
  language:
23
- - hi
24
  tags:
25
- - XLSR
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  ---
 
3
  size_categories:
4
+ - 1K<n<10K
5
  configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: train
9
+ path: transcript/hi/train.tsv
10
+ - split: test
11
+ path: transcript/hi/test.tsv
12
+ - split: other
13
+ path: transcript/hi/other.tsv
14
+ - split: dev
15
+ path: transcript/hi/dev.tsv
16
  license: cc0-1.0
17
  pretty_name: Custom Common Voice
18
  source_datasets:
19
+ - common_voice_v16
20
  language:
21
+ - hi
22
  tags:
23
+ - XLSR
24
+ ---
25
+
26
+ # Custom Data Augmentation for low resource ASR using Bark and Retrieval-Based Voice Conversion
27
+
28
+ Custom common_voice_v16 corpus with a custom voice was was created using RVC(Retrieval-Based Voice Conversion)
29
+
30
+ The model underwent 200 epochs of training, utilizing a total of 14min of audio clips. The data was scraped from Youtube.
31
+ The audio in the custom generated dataset is of a YouTuber named
32
+ [Ajay Pandey](https://www.youtube.com/@ajaypandey)
33
+
34
+ ## Description
35
+ ---
36
+ license: cc0-1.0
37
+ language:
38
+ - hi
39
+ pretty_name: Custom Common Voice
40
+ size_categories:
41
+ - 10K<n<100K
42
+ viewer: true
43
+ source_datasets:
44
+ - common_voice_v16
45
+ ---
46
+ - **Paper:** https://arxiv.org/abs/2311.14836
47
+ ### Licensing Information
48
+
49
+ Public Domain, [CC-0](https://creativecommons.org/share-your-work/public-domain/cc0/)
50
+
51
+ ### Citation Information
52
+
53
+ ```
54
+ @inproceedings{commonvoice:2020,
55
+ author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},
56
+ title = {Common Voice: A Massively-Multilingual Speech Corpus},
57
+ booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},
58
+ pages = {4211--4215},
59
+ year = 2020
60
+ }
61
+ ```
62
+
63
+ ## Contact Information
64
+
65
+ [Anand Kamble](https://anand-kamble.github.io/)
66
+ [Aniket Tathe](https://www.linkedin.com/in/aniket-tathe-458793200/)