-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix * add more import on __init__.py in dataset package * cookbook update * improve local evaluation * format * add eval local function * add comment * fix unit test * add * small optimization * add subtitle * fix * fix thread work pool concurrent bug
- Loading branch information
1 parent
7af9a5d
commit 05d39fe
Showing
11 changed files
with
282 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"input_prompt": "地球的自转周期是多久?", "expected_output": "大约24小时", "model_content": [{"accuracy": 0.0, "content": "地球的自转周期约为**23小时56分**。", "llm_tag": "None_None_ERNIE-Bot-turbo"}]}, {"input_prompt": "人类的基本单位是什么?", "expected_output": "人类", "model_content": [{"accuracy": 0.0, "content": "人类的基本单位是**个体**。", "llm_tag": "None_None_ERNIE-Bot-turbo"}]}, {"input_prompt": "太阳系中最大的行星是哪颗?", "expected_output": "木星", "model_content": [{"accuracy": 0.0, "content": "太阳系中最大的行星是木星。\n\n木星是太阳系中最大的行星,其质量为太阳的千分之一,是太阳系中其他七大行星质量总和的2.5倍。木星主要由氢和氦组成,中心温度估计高达30,000℃以上,没有陆地,几乎全部为液态氢分子覆盖着。木星非常巨大,赤道直径为139,822公里,约为地球的11倍。它的体积和巨大的物质构成使其成为太阳系中最有可能存在生命或其他形式的物质结构的行星之一。", "llm_tag": "None_None_ERNIE-Bot-turbo"}]}] | ||
[{"input_prompt": "地球的自转周期是多久?", "expected_output": "大约24小时", "model_content": [{"accuracy": 0.0, "content": "地球的自转周期是**23小时56分**。", "llm_tag": "None_None_ERNIE-Bot-turbo"}]}, {"input_prompt": "人类的基本单位是什么?", "expected_output": "人类", "model_content": [{"accuracy": 0.0, "content": "人类的基本单位是**个体**。", "llm_tag": "None_None_ERNIE-Bot-turbo"}]}, {"input_prompt": "太阳系中最大的行星是哪颗?", "expected_output": "木星", "model_content": [{"accuracy": 0.0, "content": "太阳系中最大的行星是木星。\n\n木星是太阳系中最大的行星,其质量为太阳的千分之一,但却是太阳系中其他七颗行星质量总和的2.5倍。木星是一个气态巨行星,它的直径几乎是地球的11倍,是太阳系中最大的行星,也是四颗“类木行星”之一。它有强烈的磁场和辐射,以及强大的风潮。木星被称为大红斑,是一个长达带风层的旋风,比地球要大上千倍。它有79颗卫星,其中四颗主要的卫星是伽利略卫星,即欧罗巴、木卫一、木卫二和木卫三。在木星的众多卫星中,木卫一是太阳系中唯一已知存在液态物质的行星。\n\n总之,木星是太阳系中最大的行星,也是一颗非常重要的行星,它不仅对太阳系的研究有着重要的意义,也对人类的太空探索有着重要的影响。", "llm_tag": "None_None_ERNIE-Bot-turbo"}]}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.