Instructions to use codewithdark/csm-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codewithdark/csm-1b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="codewithdark/csm-1b")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("codewithdark/csm-1b") model = AutoModelForTextToWaveform.from_pretrained("codewithdark/csm-1b") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1565
Browse files
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4960077432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18a59d282bedc09bcfc9b5cf9d831eae08104223599127bbc4e8aeafc01dfc34
|
| 3 |
size 4960077432
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1635765924
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9caea7654b73242d5c46724bdeb7022cb0a48453daafee168c28bdc48dba1254
|
| 3 |
size 1635765924
|