Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,7 @@ base_model:
|
|
| 4 |
- google/umt5-xxl
|
| 5 |
library_name: transformers
|
| 6 |
---
|
| 7 |
-
An encoder only version of google's umt5-xxl model, mainly used as text encoder for image or video generation models.
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- google/umt5-xxl
|
| 5 |
library_name: transformers
|
| 6 |
---
|
| 7 |
+
An encoder only version of google's umt5-xxl model, mainly used as text encoder for image or video generation models.
|
| 8 |
+
|
| 9 |
+
Original Repo: https://huggingface.co/google/umt5-xxl
|
| 10 |
+
Quantized version: https://huggingface.co/Able2/umt5-xxl-encode-only-gguf
|