Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
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. Quantized version at https://huggingface.co/Able2/umt5-xxl-encode-only-gguf.
|