Instructions to use CJY/CosyEdit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- CosyVoice
How to use CJY/CosyEdit with CosyVoice:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add pipeline_tag: audio-to-audio to metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
datasets:
|
| 5 |
- CJY/GigaEdit-S
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
tags:
|
| 11 |
- Speech Editing
|
| 12 |
---
|
|
|
|
| 13 |
# CosyEdit: Unlocking End-to-End Speech Editing Capability from Zero-Shot Text-to-Speech Models
|
| 14 |
|
| 15 |
## Highlight 🔥
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- FunAudioLLM/CosyVoice-300M
|
| 4 |
datasets:
|
| 5 |
- CJY/GigaEdit-S
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
library_name: cosyvoice
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
pipeline_tag: audio-to-audio
|
| 11 |
tags:
|
| 12 |
- Speech Editing
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# CosyEdit: Unlocking End-to-End Speech Editing Capability from Zero-Shot Text-to-Speech Models
|
| 16 |
|
| 17 |
## Highlight 🔥
|