Llasa: Llama-Based Speech Synthesis
llasatts.github.io
Llasa: Llama-Based Speech Synthesis
1–10 of 23 posts
Re: Llasa: Llama-Based Speech Synthesis
#2Re: Llasa: Llama-Based Speech Synthesis
#3LLaSA is a simple framework for speech synthesis that employs a single-layer vector quantizer (VQ) codec and a single Transformer architecture to fully align with standard LLMs such as LLaMA.
Re: Llasa: Llama-Based Speech Synthesis
#4Re: Llasa: Llama-Based Speech Synthesis
#5Re: Llasa: Llama-Based Speech Synthesis
#6the long 'uuuuhhhhhhh' from some of the lesser models is killing me.
Re: Llasa: Llama-Based Speech Synthesis
#7I really wish when new models were released that they would draw a diagram of all the layers and the tensor input and output sizes at each layer, with zoom in/out capabilities if needed using D3.js or whatever visualization framework if needed. Every single layer should be on there with its input and output sizes.
These one-sentence descriptions, and approximate block diagrams with arrows pointing at each other are never enough to understand how something is actually implemented.
Re: Llasa: Llama-Based Speech Synthesis
#8Re: Llasa: Llama-Based Speech Synthesis
#9the long 'uuuuhhhhhhh' from some of the lesser models is killing me.
based on the samples, it really seams like anything smaller than 3B is pretty useless.
Re: Llasa: Llama-Based Speech Synthesis
#10> employs a single-layer vector quantizer (VQ) codec and a single Transformer architecture to fully align I really wish when new models were released that they would draw a diagram of all the layers and the tensor input and output sizes at each layer, with zoom in/out capabilities if needed using D3.js or whatever visualization framework if needed. Every single layer should be on there with its input and output sizes…