Update README.md
Browse files
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
|
28 |
- **Model type:** Autoregressive
|
29 |
- **Language(s):** English
|
30 |
-
- **License:**
|
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 [
|
39 |
-
- **Demo
|
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 |
-
|
136 |
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
|
|
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 |
|