Text-to-Speech
Safetensors
llama
tts
speech-language-model
sharath25 commited on
Commit
c20e841
·
verified ·
1 Parent(s): e7f2fbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -12,12 +12,9 @@ tags:
12
 
13
  TADA is a unified speech-language model that synchronizes speech and text into a single, cohesive stream via 1:1 alignment. By leveraging a novel tokenizer and architectural design, TADA achieves high-fidelity synthesis and generation with a fraction of the computational overhead required by traditional models.
14
 
15
- ⭐️ arxiv: https://arxiv.org/abs/2602.23068
16
-
17
- ⭐️ demo: https://huggingface.co/spaces/HumeAI/tada
18
-
19
- ⭐️ github: https://github.com/HumeAI/tada
20
-
21
  ⭐️ blog post:
22
 
23
  ## Key Features
@@ -62,7 +59,7 @@ We provide several model checkpoints:
62
  | Model | Base Model | HuggingFace Hub |
63
  | ------- | ------------ | --------------------------------------------------------- |
64
  | TADA-1B | Llama 3.2 1B | [`HumeAI/tada-1b`](https://huggingface.co/HumeAI/tada-1b) |
65
- | TADA-3B | Llama 3.2 3B | [`HumeAI/tada-3b`](https://huggingface.co/HumeAI/tada-3b) |
66
 
67
  All models use the same encoder ([`HumeAI/tada-codec`](https://huggingface.co/HumeAI/tada-codec)) and can be loaded using the same API.
68
 
 
12
 
13
  TADA is a unified speech-language model that synchronizes speech and text into a single, cohesive stream via 1:1 alignment. By leveraging a novel tokenizer and architectural design, TADA achieves high-fidelity synthesis and generation with a fraction of the computational overhead required by traditional models.
14
 
15
+ ⭐️ arxiv: https://arxiv.org/abs/2602.23068 \
16
+ ⭐️ demo: https://huggingface.co/spaces/HumeAI/tada \
17
+ ⭐️ github: https://github.com/HumeAI/tada \
 
 
 
18
  ⭐️ blog post:
19
 
20
  ## Key Features
 
59
  | Model | Base Model | HuggingFace Hub |
60
  | ------- | ------------ | --------------------------------------------------------- |
61
  | TADA-1B | Llama 3.2 1B | [`HumeAI/tada-1b`](https://huggingface.co/HumeAI/tada-1b) |
62
+ | TADA-3B-ml | Llama 3.2 3B | [`HumeAI/tada-3b-ml`](https://huggingface.co/HumeAI/tada-3b-ml) |
63
 
64
  All models use the same encoder ([`HumeAI/tada-codec`](https://huggingface.co/HumeAI/tada-codec)) and can be loaded using the same API.
65