ruichunma commited on
Commit
f4661be
·
verified ·
1 Parent(s): eb0ca58

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -29,7 +29,21 @@ SchGen generates executable Python code that can be rendered into **KiCad schema
29
  ➡️ **Base Model:** GPT-OSS-20B
30
  ➡️ **License:** MIT
31
  ➡️ **Framework:** Transformers
32
- ➡️ **Context Length:** 13,312 tokens
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ---
35
 
 
29
  ➡️ **Base Model:** GPT-OSS-20B
30
  ➡️ **License:** MIT
31
  ➡️ **Framework:** Transformers
32
+ ➡️ **Context Length:** 13,312 tokens
33
+
34
+ To cite this model and corresponding paper, please use the following bib item:
35
+
36
+ ```
37
+ @misc{luo2026schgenpcbschematicgeneration,
38
+ title={SchGen: PCB Schematic Generation with Semantic-Grounded Code Representations},
39
+ author={Qinpei Luo and Ruichun Ma and Xinyu Zhang and Lili Qiu},
40
+ year={2026},
41
+ eprint={2605.30345},
42
+ archivePrefix={arXiv},
43
+ primaryClass={cs.AI},
44
+ url={https://arxiv.org/abs/2605.30345},
45
+ }
46
+ ```
47
 
48
  ---
49