Spaces:
Running
Running
Commit
·
617d8fc
1
Parent(s):
091b46f
Show colors of model_type on the buttons
Browse files
about.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
2 |
CITATION_BUTTON_TEXT = r"""
|
3 |
@misc{turtle_2025,
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
}
|
8 |
"""
|
|
|
1 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
2 |
CITATION_BUTTON_TEXT = r"""
|
3 |
@misc{turtle_2025,
|
4 |
+
author = {Garcia-Gasulla, D. and Kestor, G. and Parisi, E. and Albertí-Binimelis, M. and Gutierrez, C. and Ghorab, R.M. and Montenegro, O. and Homs, B. and Moreto, Miquel},
|
5 |
+
title = {TuRTLe: A Unified Evaluation of LLMs for RTL Generation},
|
6 |
+
note = {Submitted for publication as of March 2025.}
|
7 |
}
|
8 |
"""
|