Automatic Speech Recognition
Transformers
PyTorch
English
joint_aed_ctc_speech-encoder-decoder
custom_code
Eval Results
Lakoc commited on
Commit
5c310a0
1 Parent(s): 3a631ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -81,7 +81,7 @@ It achieves Word Error Rates (WERs) comparable to `openai/whisper-medium.en` acr
81
 
82
  Architecture details, training hyperparameters, and a description of the proposed technique will be added soon.
83
 
84
- *Disclaimer: The model currently hallucinates on segments containing silence only; joint CTC decoding will be incorporated soon to resolve this issue.*
85
 
86
  The model can be used with the [`pipeline`](https://huggingface.co/docs/transformers/main_classes/pipelines#transformers.AutomaticSpeechRecognitionPipeline)
87
  class to transcribe audio files of arbitrary length.
 
81
 
82
  Architecture details, training hyperparameters, and a description of the proposed technique will be added soon.
83
 
84
+ *Disclaimer: The model currently hallucinates on segments containing silence only, as it was previously not trained on such data. The fix will be added soon.*
85
 
86
  The model can be used with the [`pipeline`](https://huggingface.co/docs/transformers/main_classes/pipelines#transformers.AutomaticSpeechRecognitionPipeline)
87
  class to transcribe audio files of arbitrary length.