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 1000
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:6d86952adebdcd426e9eb66fdc825493f9048ea468359a73e5f9b2d51b40ca1e
|
| 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:0897740317254c6fc680c19fac6e4bf185ab128e309d4a6a7de40f020085e84d
|
| 3 |
size 1635765924
|