Automatic Speech Recognition
ESPnet
Japanese
Dallyana commited on
Commit
85f3f06
1 Parent(s): 3404de2

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - reazon-research/reazonspeech
5
+ language:
6
+ - ja
7
+ library_name: espnet
8
+ tags:
9
+ - automatic-speech-recognition
10
+ ---
11
+
12
+ # reazonspeech-espnet-v1
13
+
14
+ `reazonspeech-espnet-v1` is an ESPnet model trained for Japanese automatic speech recognition (ASR).
15
+
16
+ - This model was trained on 15,000 hours of ReazonSpeech corpus.
17
+ - Make sure that your audio file is sampled at 16khz when using this model.
18
+
19
+ For more details, please visit [the official project page.](https://research.reazon.jp/projects/ReazonSpeech/)