Add model card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# audio.cpp GGUF Model Packages
|
| 2 |
|
| 3 |
This directory contains audio.cpp-native GGUF conversions of multiple speech models. These files are intended for use with [audio.cpp](https://github.com/0xShug0/audio.cpp).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: audio.cpp
|
| 4 |
+
pipeline_tag: text-to-speech
|
| 5 |
+
tags:
|
| 6 |
+
- gguf
|
| 7 |
+
- audio.cpp
|
| 8 |
+
- text-to-speech
|
| 9 |
+
- automatic-speech-recognition
|
| 10 |
+
- voice-conversion
|
| 11 |
+
- speech
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# audio.cpp GGUF Model Packages
|
| 15 |
|
| 16 |
This directory contains audio.cpp-native GGUF conversions of multiple speech models. These files are intended for use with [audio.cpp](https://github.com/0xShug0/audio.cpp).
|