Update README.md
Browse files
README.md
CHANGED
@@ -5,3 +5,5 @@ license: apache-2.0
|
|
5 |
copied from https://huggingface.co/google/flan-t5-xxl
|
6 |
|
7 |
Converted to bfloat16, removed the decoder blocks and packaged for InvokeAI
|
|
|
|
|
|
5 |
copied from https://huggingface.co/google/flan-t5-xxl
|
6 |
|
7 |
Converted to bfloat16, removed the decoder blocks and packaged for InvokeAI
|
8 |
+
|
9 |
+
Incase you want to do the conversion yourself or on another model. You can find the code used to convert the original google/flan-t5-xxl model can be found in the root folder https://huggingface.co/skunkworx/FLAN-T5xxl/blob/main/convert-bf16-enc.py
|