lbgan commited on
Commit
b0df528
·
verified ·
1 Parent(s): 52e64b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
 
5
- This is the original model from BeichenZhang/LongCLIP-L.
6
- I just converted it for use with Diffusers / Transformers, as a .safetensors model.
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.