ZennyKenny commited on
Commit
4980e89
1 Parent(s): ad52bff

Update architecture image

Browse files

Replaced architecture image uses relative link.

Files changed (1) hide show
  1. docs/architecture.md +1 -1
docs/architecture.md CHANGED
@@ -48,7 +48,7 @@ The AR model follows a Mistral-style decoder-only transformer model to predict E
48
  Overall, the AR and NAR model is going to predict all 8 codebook entries of the Encodec 6kbps codec.
49
  The AR model design is given below:
50
 
51
- ![Mars 5 AR architecture](/docs/assets/mars5_AR_arch.png)
52
 
53
  **Figure**: autoregressive component of Mars 5. During training, the initial 6kbps encodec tokens of the speech are fed through a small encoder-only transformer, producing a single output vector corresponding to an implicit speaker embedding.
54
  This vector is concatenated with learnt embeddings corresponding to the text tokens, and L0 speech tokens, after byte-pair encoding tokenization.
 
48
  Overall, the AR and NAR model is going to predict all 8 codebook entries of the Encodec 6kbps codec.
49
  The AR model design is given below:
50
 
51
+ ![Mars 5 AR architecture](https://raw.githubusercontent.com/Camb-ai/MARS5-TTS/master/docs/assets/mars5_AR_arch.png)
52
 
53
  **Figure**: autoregressive component of Mars 5. During training, the initial 6kbps encodec tokens of the speech are fed through a small encoder-only transformer, producing a single output vector corresponding to an implicit speaker embedding.
54
  This vector is concatenated with learnt embeddings corresponding to the text tokens, and L0 speech tokens, after byte-pair encoding tokenization.