dragonSwing commited on
Commit
1c0c6e6
1 Parent(s): 7e45980

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  - audio
10
  - automatic-speech-recognition
11
  - speech
 
 
12
  license: cc-by-nc-4.0
13
  widget:
14
  - example_title: VLSP ASR 2020 test T1
@@ -122,4 +124,9 @@ print("WER: {:2f}".format(100 * wer.compute(predictions=result["pred_strings"],
122
  journal = {GitHub repository},
123
  howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
124
  }
125
- ```
 
 
 
 
 
 
9
  - audio
10
  - automatic-speech-recognition
11
  - speech
12
+ - speechbrain
13
+ - Transformer
14
  license: cc-by-nc-4.0
15
  widget:
16
  - example_title: VLSP ASR 2020 test T1
 
124
  journal = {GitHub repository},
125
  howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
126
  }
127
+ ```
128
+
129
+ #### About SpeechBrain
130
+ SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
131
+ Website: [https://speechbrain.github.io](https://speechbrain.github.io/)
132
+ GitHub: [https://github.com/speechbrain/speechbrain](https://github.com/speechbrain/speechbrain)