Update README.md

This commit is contained in:
Dongji Gao 2023-09-17 21:08:41 -04:00 committed by GitHub
parent 0dd9d0a06a
commit 0bcd6a6a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ we modify $G(\mathbf{y})$ by adding self-loop arcs into each state and bypass ar
<img src="figures/otc_g.png" alt="Image Alt Text" width="50%" />
</p>
</div>
After composing the modified WFST $G_{\text{otc}}(\mathbf{y})$ with $L$ and $T$, the OTC training graph is shown in this figure:
<figure style="text-align: center">
@ -42,7 +41,7 @@ After composing the modified WFST $G_{\text{otc}}(\mathbf{y})$ with $L$ and $T$,
The $\star$ is represented as the average probability of all non-blank tokens.
<p align="center">
<img src="figures/otc_emission.drawio.png" width="50%" />
<img src="figures/otc_emission.drawio.png" width="50%" >
OTC emission WFST
</p>