Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- google-t5/t5-base
|
5 |
+
tags:
|
6 |
+
- gguf-node
|
7 |
+
---
|
8 |
+
|
9 |
+
# t5-base-encoder-gguf
|
10 |
+
- t5-base text encoder for text/audio-to-audio generation
|
11 |
+
- compatible with both [comfyui-gguf](https://github.com/city96/ComfyUI-GGUF) and [gguf-node](https://github.com/calcuis/gguf)
|
12 |
+
- example model supported: [stable-audio](https://huggingface.co/calcuis/ace-gguf)
|