Neura commited on
Commit
5072137
1 Parent(s): 65a2cf9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -34,10 +34,8 @@ pipeline_tag: automatic-speech-recognition
34
 
35
  ## Model Architecture
36
 
37
- This model uses a FastConformer-TDT architecture. FastConformer [1] is an optimized version of the Conformer model with 8x depthwise-separable convolutional downsampling.
38
- You may find more information on the details of FastConformer here: Fast-Conformer Model.
39
- [Fast Conformer with Linearly Scalable Attention for Efficient
40
- Speech Recognition](https://arxiv.org/abs/2305.05084).
41
 
42
  ## Uses
43
  Check out the Google Colab demo to run NeuraSpeech ASR on a free-tier Google Colab instance: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12d7zecB94ah7ZHKnDtJF58saLzdkZAj3#scrollTo=oNt032WVkQUa)
 
34
 
35
  ## Model Architecture
36
 
37
+ Whisper is a Transformer based encoder-decoder model, also referred to as a sequence-to-sequence model.
38
+ Whisper is a pre-trained model for automatic speech recognition (ASR) and speech translation.
 
 
39
 
40
  ## Uses
41
  Check out the Google Colab demo to run NeuraSpeech ASR on a free-tier Google Colab instance: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12d7zecB94ah7ZHKnDtJF58saLzdkZAj3#scrollTo=oNt032WVkQUa)