提交 89305fa0 编写于 作者: F feilong

add doc

上级 e0bf81b9
...@@ -9,7 +9,10 @@ ...@@ -9,7 +9,10 @@
* 评测体系来自基本的分类 * 评测体系来自基本的分类
* eval_set/ * eval_set/
* 体系化设计的评测用例 * 体系化设计的评测用例
* 从简单到复杂的编程粒度设计 * 从简单到复杂的编程粒度设计
* 代码补全能力评测集
* eval_set/humanval-x
* 来自:<https://github.com/THUDM/CodeGeeX/blob/main/codegeex/benchmark/README_zh.md>
* llm_set/ * llm_set/
* 大模型配置列表,配置每一种大模型的元数据 * 大模型配置列表,配置每一种大模型的元数据
* src/ * src/
...@@ -19,5 +22,5 @@ ...@@ -19,5 +22,5 @@
## 同类评测项目 ## 同类评测项目
1. 斯坦福大学的评测:AlpacaEval Logo Leaderboard <https://tatsu-lab.github.io/alpaca_eval/> 1. 斯坦福大学的评测:AlpacaEval Logo Leaderboard <https://tatsu-lab.github.io/alpaca_eval/>
2. https://github.com/the-crypt-keeper/can-ai-code 2. <https://github.com/the-crypt-keeper/can-ai-code>
3. https://github.com/THUDM/CodeGeeX/tree/main/codegeex/benchmark 3. <https://github.com/THUDM/CodeGeeX/tree/main/codegeex/benchmark>
\ No newline at end of file
# 请使用Python实现一个函数,输入参数为1-50,输入数字1返回①,输入数字2返回②,以此类推
# 实现一个javascript小函数,不使用正则表达式,解析MarkDown,返回行内数学公式列表,条目包含位置和文本信息,例如输入“xxxx$\frac{1}{2}$xxx$\sum_{i=1}^{n}x^i$”,返回[{"pos":[4,16],"formula":"\frac{1}{2}"}{"pos":{20,38},"formula":"\sum_{i=1}^{n}x^i"}]
# 请实现一个Java函数getImgWidthAndHeightByMeta,从图片格式的元数据里提取图片的宽高信息,输入参数是InputStream参数,同时考虑图片的旋转方向,要求支持png,jpeg,gif格式
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册