Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,8 @@ base_model:
|
|
| 3 |
- google/flan-t5-xxl
|
| 4 |
---
|
| 5 |
|
| 6 |
-
This is the `T5EncoderModel` variant of the `google/flan-t5-xxl`, quantized using `bitsandbytes`, `NF4` format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- google/flan-t5-xxl
|
| 4 |
---
|
| 5 |
|
| 6 |
+
This is the `T5EncoderModel` variant of the `google/flan-t5-xxl`, quantized using `bitsandbytes`, `NF4` format.
|
| 7 |
+
|
| 8 |
+
Intended to be used as an embedding model for *image generation* *etc* pipelines.
|
| 9 |
+
|
| 10 |
+
Use as a regular HF Transformers model.
|