Spaces:
Runtime error
Runtime error
zhuqiming
commited on
Commit
·
e1ee4cd
1
Parent(s):
80557f2
更新展示
Browse files- text_content.py +3 -1
text_content.py
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
HEAD_TEXT = """
|
| 2 |
Based on the DomainEval benchmark, we evaluate code generation ability of different LLMs across multiple domains.
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
More details about how to evaluate the LLM are available in the [DomainEval GitHub repository](https://github.com/domaineval/DomainEval).
|
| 5 |
|
| 6 |
For a complete description of DomainEval benchmark and related experimental analysis, please refer to the paper:
|
|
|
|
| 1 |
HEAD_TEXT = """
|
| 2 |
Based on the DomainEval benchmark, we evaluate code generation ability of different LLMs across multiple domains.
|
| 3 |
+
|
| 4 |
+
Leaderboard on GitHub: [DomainEval Leaderboard on GitHub](https://domaineval.github.io/)
|
| 5 |
+
|
| 6 |
More details about how to evaluate the LLM are available in the [DomainEval GitHub repository](https://github.com/domaineval/DomainEval).
|
| 7 |
|
| 8 |
For a complete description of DomainEval benchmark and related experimental analysis, please refer to the paper:
|