karthik commited on
Commit
4bddd2d
β€’
1 Parent(s): ec498ec

Update Model

Browse files
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - automatic-speech-recognition
6
+ language: en
7
+ datasets:
8
+ - sinhala
9
+ license: cc-by-4.0
10
+ ---
11
+ ## ESPnet2 ASR pretrained model
12
+ ### `siddhana/fsc_challenge_asr_train_asr_hubert_transformer_adam_specaug_raw_en_word_valid.acc.ave_5best`
13
+
14
+ This model was trained by Karthik using sinhala/asr1 recipe in [espnet](https://github.com/espnet/espnet/).
15
+ ### Demo: How to use in ESPnet2
16
+ ```python
17
+ # coming soon
18
+ ```
19
+ ### Citing ESPnet
20
+ ```BibTex
21
+ @inproceedings{watanabe2018espnet,
22
+ author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
23
+ title={{ESPnet}: End-to-End Speech Processing Toolkit},
24
+ year={2018},
25
+ booktitle={Proceedings of Interspeech},
26
+ pages={2207--2211},
27
+ doi={10.21437/Interspeech.2018-1456},
28
+ url={http://dx.doi.org/10.21437/Interspeech.2018-1456}
29
+ }
30
+ ```
31
+ or arXiv:
32
+ ```bibtex
33
+ @misc{watanabe2018espnet,
34
+ title={ESPnet: End-to-End Speech Processing Toolkit},
35
+ author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai},
36
+ year={2018},
37
+ eprint={1804.00015},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.CL}
40
+ }
41
+ ```
RESULTS.md β†’ exp/asr_train_asr_transformer/RESULTS.md RENAMED
File without changes
config.yaml β†’ exp/asr_train_asr_transformer/config.yaml RENAMED
File without changes
valid.acc.ave_5best.pth β†’ exp/asr_train_asr_transformer/valid.acc.ave_5best.pth RENAMED
File without changes
meta.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ espnet: 0.10.3a3
2
+ files:
3
+ asr_model_file: exp/asr_train_asr_transformer/valid.acc.ave_5best.pth
4
+ python: "3.8.11 (default, Aug 3 2021, 15:09:35) \n[GCC 7.5.0]"
5
+ timestamp: 1636435922.417136
6
+ torch: 1.9.0+cu102
7
+ yaml_files:
8
+ asr_train_config: exp/asr_train_asr_transformer/config.yaml