Super tiny fix 12 typos about "with with" (#29926)

* with with

* style
This commit is contained in:
fzyzcjy
2024-03-29 22:31:31 +08:00
committed by GitHub
parent 43d17c1836
commit 5ad7f17002
12 changed files with 13 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ This model was contributed by [Connor Henderson](https://huggingface.co/connor-h
## 🤗 Model Architecture
FastSpeech2's general structure with a Mel-spectrogram decoder was implemented, and the traditional transformer blocks were replaced with with conformer blocks as done in the ESPnet library.
FastSpeech2's general structure with a Mel-spectrogram decoder was implemented, and the traditional transformer blocks were replaced with conformer blocks as done in the ESPnet library.
#### FastSpeech2 Model Architecture
![FastSpeech2 Model Architecture](https://www.microsoft.com/en-us/research/uploads/prod/2021/04/fastspeech2-1.png)