Respair commited on
Commit
17570d9
1 Parent(s): 0edb08a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ it can detect, transcribe and do the following:
25
  a Grapheme decoder head (i.e outputting normal Japanese) will probably be trained as well. Though going directly from audio to Phonemes will result in a
26
  more accurate representation for Japanese.
27
 
28
-
29
 
30
  ## Inference and Post-proc (Highly recommended to check the notebook below!)
31
 
 
25
  a Grapheme decoder head (i.e outputting normal Japanese) will probably be trained as well. Though going directly from audio to Phonemes will result in a
26
  more accurate representation for Japanese.
27
 
28
+ Don't use this model without the post processing functions I wrote below, or you'll get less than ideal performance. check the notebook.
29
 
30
  ## Inference and Post-proc (Highly recommended to check the notebook below!)
31