WaveCut commited on
Commit
62a019d
·
verified ·
1 Parent(s): 3ec5129

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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. Use as a regular HF Transformers 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.
7
+
8
+ Intended to be used as an embedding model for *image generation* *etc* pipelines.
9
+
10
+ Use as a regular HF Transformers model.