nielsr HF Staff commited on
Commit
ba70c73
·
verified ·
1 Parent(s): 7e3768f

Add model card metadata and link paper/Github repo

Browse files

This PR adds the essential metadata (`pipeline_tag`, `library_name`, and `license`) to the model card, making the model discoverable in the Hugging Face ecosystem. It also includes the Arxiv link for the paper and links to the Github repository.

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # GoT: Unleashing Reasoning Capability of Multimodal Large Language Model for Visual Generation and Editing
2
  <div align="center">
3
  Rongyao Fang<sup>1*</sup>, Chengqi Duan<sup>2*</sup>, Kun Wang<sup>3</sup>, Linjiang Huang<sup>6</sup>, Hao Li<sup>1,4</sup>, Shilin Yan, Hao Tian<sup>3</sup>, Xingyu Zeng<sup>3</sup>, Rui Zhao<sup>3</sup>, Jifeng Dai<sup>4,5</sup>, Xihui Liu<sup>2</sup>, Hongsheng Li<sup>1</sup>
@@ -8,12 +14,13 @@ Rongyao Fang<sup>1*</sup>, Chengqi Duan<sup>2*</sup>, Kun Wang<sup>3</sup>, Linj
8
  </div>
9
 
10
  <div align="center" style="line-height: 1.2;">
11
- <a href="https://arxiv.org/abs/xxx" target="_blank"><b>Paper</b></a> •
12
  <a href="#introduction">Introduction</a> •
13
  <a href="#released-datasets">Datasets</a> •
14
  <a href="#released-model-got-framework">Model</a> •
15
  <a href="#results">Results</a> •
16
  <a href="https://huggingface.co/LucasFang/GoT-6B" target="_blank">🤗 Hugging Face</a> •
 
17
  <a href="#license">License</a>
18
  </div>
19
 
 
1
+ ---
2
+ license: mit
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
+ ---
6
+
7
  # GoT: Unleashing Reasoning Capability of Multimodal Large Language Model for Visual Generation and Editing
8
  <div align="center">
9
  Rongyao Fang<sup>1*</sup>, Chengqi Duan<sup>2*</sup>, Kun Wang<sup>3</sup>, Linjiang Huang<sup>6</sup>, Hao Li<sup>1,4</sup>, Shilin Yan, Hao Tian<sup>3</sup>, Xingyu Zeng<sup>3</sup>, Rui Zhao<sup>3</sup>, Jifeng Dai<sup>4,5</sup>, Xihui Liu<sup>2</sup>, Hongsheng Li<sup>1</sup>
 
14
  </div>
15
 
16
  <div align="center" style="line-height: 1.2;">
17
+ <a href="https://arxiv.org/abs/2503.10639" target="_blank"><b>Paper</b></a> •
18
  <a href="#introduction">Introduction</a> •
19
  <a href="#released-datasets">Datasets</a> •
20
  <a href="#released-model-got-framework">Model</a> •
21
  <a href="#results">Results</a> •
22
  <a href="https://huggingface.co/LucasFang/GoT-6B" target="_blank">🤗 Hugging Face</a> •
23
+ <a href="https://github.com/rongyaofang/GoT" target="_blank">Github</a> •
24
  <a href="#license">License</a>
25
  </div>
26