Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,12 @@ tags:
|
|
11 |
# t5xxl encoder
|
12 |
- base model from [google](https://huggingface.co/google/t5-v1_1-xxl)
|
13 |
- paper: [unified text-to-text transformer](https://arxiv.org/pdf/1910.10683)
|
14 |
-
- use it as text encoder (drag it to the folder ./models/text_encoders)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# t5xxl encoder
|
12 |
- base model from [google](https://huggingface.co/google/t5-v1_1-xxl)
|
13 |
- paper: [unified text-to-text transformer](https://arxiv.org/pdf/1910.10683)
|
14 |
+
- use it as text encoder (drag it to the folder ./models/text_encoders)
|
15 |
+
|
16 |
+
## extra
|
17 |
+
- clip l - gguf; works
|
18 |
+
- clip g - gguf; works
|
19 |
+
- gemma2-2b-encoder
|
20 |
+
- t5xxl old encoder
|
21 |
+
- t5xl fp16 encoder
|
22 |
+
- t5xl fp32 encoder
|