1-800-BAD-CODE commited on
Commit
2ca3958
1 Parent(s): 0caedb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
 
3
  This model is a Morse Code recognition model. It was trained with the package at https://github.com/1-800-BAD-CODE/MorseCodeToolkit.
4
 
 
 
5
  For inference, only the base NeMo package needs to be installed because this is just an ASR model trained to decode Morse code signals rather than speech signals.
6
 
7
  ## How to Use this Model
 
2
 
3
  This model is a Morse Code recognition model. It was trained with the package at https://github.com/1-800-BAD-CODE/MorseCodeToolkit.
4
 
5
+ This model accepts as input audio signals sampled at 8khz containing Morse code. The model produces the English transcription of the Morse code signal.
6
+
7
  For inference, only the base NeMo package needs to be installed because this is just an ASR model trained to decode Morse code signals rather than speech signals.
8
 
9
  ## How to Use this Model