Fhrozen commited on
Commit
b35051b
1 Parent(s): 1025952

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,7 +13,7 @@ ESPnet is an end-to-end speech processing toolkit covering end-to-end speech rec
13
  ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also follows [Kaldi](http://kaldi-asr.org/) style data processing, feature extraction/format, and recipes to provide a complete setup for various speech processing experiments.
14
 
15
 
16
- ## Citations
17
 
18
  ```BibTex
19
  @inproceedings{watanabe2018espnet,
@@ -68,4 +68,5 @@ ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also fo
68
  journal={arXiv preprint arXiv:2111.14706},
69
  year={2021}
70
  }
71
- ```
 
 
13
  ESPnet uses [pytorch](http://pytorch.org/) as a deep learning engine and also follows [Kaldi](http://kaldi-asr.org/) style data processing, feature extraction/format, and recipes to provide a complete setup for various speech processing experiments.
14
 
15
 
16
+ <details><summary>Citing ESPnet</summary>
17
 
18
  ```BibTex
19
  @inproceedings{watanabe2018espnet,
 
68
  journal={arXiv preprint arXiv:2111.14706},
69
  year={2021}
70
  }
71
+
72
+ </details>