Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
This is NOT a fine-tune by me - all credits to the original authors.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- BeichenZhang/LongCLIP-L-336px
|
5 |
---
|
6 |
+
# This is the original model from [BeichenZhang/LongCLIP-L](https://huggingface.co/BeichenZhang/LongCLIP-L/tree/main). More specifically, this: [BeichenZhang/LongCLIP-L-336px](https://huggingface.co/BeichenZhang/LongCLIP-L-336px).
|
7 |
|
8 |
+
### I just converted it for use with Diffusers / Transformers, as a .safetensors model using code from zer0int [https://github.com/zer0int/Long-CLIP](https://github.com/zer0int/Long-CLIP).
|
9 |
+
|
10 |
+
### This is NOT a fine-tune by me - all credits to the original authors.
|