Upload Safetensors models
Browse files
README.md
CHANGED
@@ -7,9 +7,11 @@ tags:
|
|
7 |
base_model:
|
8 |
- sesame/csm-1b
|
9 |
pipeline_tag: text-to-speech
|
|
|
10 |
---
|
11 |
|
12 |
-
## CSM 1B
|
|
|
13 |
|
14 |
**2025/03/13** - We are releasing the 1B CSM variant. Code is available on GitHub: [SesameAILabs/csm](https://github.com/SesameAILabs/csm).
|
15 |
|
|
|
7 |
base_model:
|
8 |
- sesame/csm-1b
|
9 |
pipeline_tag: text-to-speech
|
10 |
+
library_name: diffusers
|
11 |
---
|
12 |
|
13 |
+
## CSM 1B (Safetensors)
|
14 |
+
Converted from the original: https://huggingface.co/sesame/csm-1b to the Safetensors format. It also tracks downloads.
|
15 |
|
16 |
**2025/03/13** - We are releasing the 1B CSM variant. Code is available on GitHub: [SesameAILabs/csm](https://github.com/SesameAILabs/csm).
|
17 |
|