Improve model card and add paper links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - text-to-image
5
  - image-generation
@@ -9,7 +10,11 @@ tags:
9
 
10
  # GridAR-3B-T2I
11
 
12
- Autoregressive Text-to-Image Model with 2D Grid Tokens (a Controlled Baseline for FlexTok)
 
 
 
 
13
 
14
  ## Model Details
15
 
@@ -19,11 +24,11 @@ Autoregressive Text-to-Image Model with 2D Grid Tokens (a Controlled Baseline fo
19
  - **Number of Blocks**: 36
20
  - **Number of Heads**: 36
21
  - **Image Resolution**: 256x256
22
- - **Tokenizer**: ZhitongGao/GridAR_256
23
  - **Text Encoder**: google/flan-t5-xl
24
 
25
  ## Installation
26
- For install instructions, please see https://github.com/EPFL-VILAB/search-over-tokens/.
27
 
28
  ## Usage
29
 
@@ -52,15 +57,15 @@ If you find this repository helpful, please consider citing our work:
52
  ```bibtex
53
  @article{gao2026ordered,
54
  title={(1D) Ordered Tokens Enable Efficient Test-Time Search},
55
- author={Zhitong Gao and Parham Rezaei and Ali Cy and Mingqiao Ye and Nata{\v{s}}a Jovanovi{\'{c}} and Jesse Allardice and Afshin Dehghan and Amir Zamir and Roman Bachmann and O{\u{g}}uzhan Fatih Kar},
56
  journal={arxiv 2026},
57
  year={2026}
58
  }
59
 
60
  @article{flextok,
61
  title={{FlexTok}: Resampling Images into 1D Token Sequences of Flexible Length},
62
- author={Roman Bachmann and Jesse Allardice and David Mizrahi and Enrico Fini and O{\u{g}}uzhan Fatih Kar and Elmira Amirloo and Alaaeldin El-Nouby and Amir Zamir and Afshin Dehghan},
63
  journal={arXiv 2025},
64
  year={2025}
65
  }
66
- ```
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-to-image
4
  tags:
5
  - text-to-image
6
  - image-generation
 
10
 
11
  # GridAR-3B-T2I
12
 
13
+ Autoregressive Text-to-Image Model with 2D Grid Tokens (a Controlled Baseline for FlexTok).
14
+
15
+ This model was presented in the paper **[(1D) Ordered Tokens Enable Efficient Test-Time Search](https://huggingface.co/papers/2604.15453)**.
16
+
17
+ [**Project Page**](https://soto.epfl.ch/) | [**GitHub Repository**](https://github.com/EPFL-VILAB/search-over-tokens)
18
 
19
  ## Model Details
20
 
 
24
  - **Number of Blocks**: 36
25
  - **Number of Heads**: 36
26
  - **Image Resolution**: 256x256
27
+ - **Tokenizer**: [ZhitongGao/GridAR_256](https://huggingface.co/ZhitongGao/GridAR_256)
28
  - **Text Encoder**: google/flan-t5-xl
29
 
30
  ## Installation
31
+ For install instructions, please see the [official repository](https://github.com/EPFL-VILAB/search-over-tokens/).
32
 
33
  ## Usage
34
 
 
57
  ```bibtex
58
  @article{gao2026ordered,
59
  title={(1D) Ordered Tokens Enable Efficient Test-Time Search},
60
+ author={Zhitong Gao and Parham Rezaei and Ali Cy and Mingqiao Ye and Nata{\v{s}}a Jovanovi{\\'{c}} and Jesse Allardice and Afshin Dehghan and Amir Zamir and Roman Bachmann and O{\\u{g}}uzhan Fatih Kar},
61
  journal={arxiv 2026},
62
  year={2026}
63
  }
64
 
65
  @article{flextok,
66
  title={{FlexTok}: Resampling Images into 1D Token Sequences of Flexible Length},
67
+ author={Roman Bachmann and Jesse Allardice and David Mizrahi and Enrico Fini and O{\\u{g}}uzhan Fatih Kar and Elmira Amirloo and Alaaeldin El-Nouby and Amir Zamir and Afshin Dehghan},
68
  journal={arXiv 2025},
69
  year={2025}
70
  }
71
+ ```