Add pipeline tag, correct license and link to code
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: image-text-to-text
|
| 4 |
+
library_name: transformers
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
This repository contains the DeGLA weights as described in [Decoupled Global-Local Alignment for Improving Compositional Understanding](https://arxiv.org/abs/2504.16801).
|
| 8 |
+
|
| 9 |
+
DeGLA is a novel fine-tuning framework designed to enhance CLIP's compositional understanding.
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/xiaoxing2001/DeGLA
|