Spaces:
Running
Running
Adds references tab
Browse files
app.py
CHANGED
@@ -351,6 +351,31 @@ with gr.Blocks(
|
|
351 |
</div>
|
352 |
"""
|
353 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
354 |
|
355 |
with gr.Row():
|
356 |
with gr.Accordion("📙 Citation", open=False):
|
|
|
351 |
</div>
|
352 |
"""
|
353 |
)
|
354 |
+
with gr.Tab("About Us"):
|
355 |
+
gr.HTML(
|
356 |
+
"""
|
357 |
+
<div style="max-width: 800px; margin: auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px;">
|
358 |
+
<ul style="font-size: 16px; margin-bottom: 20px; margin-top: 20px;">
|
359 |
+
<li><a href="https://github.com/bigcode-project/bigcode-evaluation-harness" target="_blank">Code Generation LM Evaluation Harness</a></li>
|
360 |
+
<li>RTL-Repo</li>: . Allam and M. Shalan, “Rtl-repo: A benchmark for evaluating llms on large-scale rtl design projects,” in 2024 IEEE LLM Aided Design Workshop
|
361 |
+
(LAD). IEEE, 2024, pp. 1–5.
|
362 |
+
<li>VeriGen</li>: S. Thakur, B. Ahmad, H. Pearce, B. Tan, B. Dolan-Gavitt, R. Karri, and S. Garg, “Verigen: A large language model for verilog code generation,”
|
363 |
+
ACM Transactions on Design Automation of Electronic Systems, vol. 29, no. 3, pp. 1–31, 2024.
|
364 |
+
<li>VerilogEval</li>: M. Liu, N. Pinckney, B. Khailany, and H. Ren, “Verilogeval: Evaluating
|
365 |
+
large language models for verilog code generation,” in 2023 IEEE/ACM International Conference on Computer Aided Design (ICCAD). IEEE, 2023, pp. 1–8.
|
366 |
+
<li>VerilogEval</li>: N. Pinckney, C. Batten, M. Liu, H. Ren, and B. Khailany, “Revisiting VerilogEval: A Year of Improvements in Large-Language Models for
|
367 |
+
Hardware Code Generation,” ACM Trans. Des. Autom. Electron. Syst., feb 2025, just Accepted. [Online]. Available: https://doi.org/10.1145/3718088
|
368 |
+
<li>RTLLM</li>: Y. Lu, S. Liu, Q. Zhang, and Z. Xie, “Rtllm: An open-source benchmark for design rtl generation with large language model,” in 2024 29th Asia and
|
369 |
+
South Pacific Design Automation Conference (ASP-DAC). IEEE, 2024, pp. 722–727.
|
370 |
+
</ul>
|
371 |
+
<p style="font-size: 16px; margin-top: 15px;">
|
372 |
+
Feel free to contact us:
|
373 |
+
</p>
|
374 |
+
|
375 |
+
<p style="font-size: 16px;">Email: <a href="mailto:hpai@bsc.es"><b>hpai@bsc.es</b></a></p>
|
376 |
+
</div>
|
377 |
+
"""
|
378 |
+
)
|
379 |
|
380 |
with gr.Row():
|
381 |
with gr.Accordion("📙 Citation", open=False):
|