Add pipeline tag, correct license and link to code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
4
- DeGLA weights
 
 
 
 
 
 
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