Text-to-3D
Transformers
Safetensors
English
AvaLovelace commited on
Commit
fcbf0c1
·
verified ·
1 Parent(s): de2a927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -24,10 +24,10 @@ license: mit
24
 
25
 
26
  - **Developed by:** [Carnegie Mellon University Generative Intelligence Lab](https://www.cs.cmu.edu/~generative-intelligence-lab/)
27
- - **Funded by [optional]:** [More Information Needed]
28
  - **Model type:** Autoregressive
29
  - **Language(s):** English
30
- - **License:** [More Information Needed]
31
  - **Finetuned from model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)
32
 
33
  ### Model Sources [optional]
@@ -35,8 +35,8 @@ license: mit
35
  <!-- Provide the basic links for the model. -->
36
 
37
  - **Repository:** [AvaLovelace1/LegoGPT](https://github.com/AvaLovelace1/LegoGPT)
38
- - **Paper [optional]:** TBA
39
- - **Demo [optional]:** TBA
40
 
41
  ## Uses
42
 
@@ -132,15 +132,16 @@ The model was fine-tuned using LoRA applied to the `q_proj` and `v_proj` matrice
132
 
133
  ## Citation
134
 
135
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
136
 
137
- **BibTeX:**
138
-
139
- TBA
140
-
141
- **APA:**
142
-
143
- TBA
 
144
 
145
  ## Model Card Contact
146
 
 
24
 
25
 
26
  - **Developed by:** [Carnegie Mellon University Generative Intelligence Lab](https://www.cs.cmu.edu/~generative-intelligence-lab/)
27
+ - **Funded by:** This work is partly supported by the Packard Foundation, Cisco Research Grant, and Amazon Faculty Award. This work is also in part supported by the Manufacturing Futures Institute, Carnegie Mellon University, through a grant from the Richard King Mellon Foundation. KD is supported by the Microsoft Research PhD Fellowship.
28
  - **Model type:** Autoregressive
29
  - **Language(s):** English
30
+ - **License:** MIT
31
  - **Finetuned from model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)
32
 
33
  ### Model Sources [optional]
 
35
  <!-- Provide the basic links for the model. -->
36
 
37
  - **Repository:** [AvaLovelace1/LegoGPT](https://github.com/AvaLovelace1/LegoGPT)
38
+ - **Paper:** [Generating Physically Stable and Buildable LEGO Designs from Text](https://huggingface.co/papers/2505.05469)
39
+ - **Demo:** TBA
40
 
41
  ## Uses
42
 
 
132
 
133
  ## Citation
134
 
135
+ If you find this model useful for your research, please cite the following work.
136
 
137
+ ```bibtex
138
+ @article{pun2025legogpt,
139
+ title = {Generating Physically Stable and Buildable LEGO Designs from Text},
140
+ author = {Pun, Ava and Deng, Kangle and Liu, Ruixuan and Ramanan, Deva and Liu, Changliu and Zhu, Jun-Yan},
141
+ journal = {arXiv preprint arXiv:2505.05469},
142
+ year = {2025}
143
+ }
144
+ ```
145
 
146
  ## Model Card Contact
147