Instructions to use pyp1/VoiceCraft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pyp1/VoiceCraft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="pyp1/VoiceCraft")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pyp1/VoiceCraft", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#9
by Malco - opened
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Cohere/wikipedia-2023-11-embed-multilingual-v3
|
| 5 |
+
language:
|
| 6 |
+
- es
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
library_name: adapter-transformers
|
| 10 |
+
tags:
|
| 11 |
+
- chemistry
|
| 12 |
+
---
|