Skip to content

Commit

Permalink
Fix README_en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duzx16 committed Oct 25, 2024
1 parent 0392c28 commit a4a3afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GLM-4-Voice is an end-to-end voice model launched by Zhipu AI. GLM-4-Voice can d

## Model Architecture

![Model Architecture](./resources/architecture.jpg)
![Model Architecture](./resources/architecture.jpeg)
We provide the three components of GLM-4-Voice:
* GLM-4-Voice-Tokenizer: Trained by adding vector quantization to the encoder part of [Whisper](https://github.com/openai/whisper), converting continuous speech input into discrete tokens. Each second of audio is converted into 12.5 discrete tokens.
* GLM-4-Voice-9B: Pre-trained and aligned on speech modality based on [GLM-4-9B](https://github.com/THUDM/GLM-4), enabling understanding and generation of discretized speech.
Expand Down

0 comments on commit a4a3afe

Please sign in to comment.