From 21e665be060df99e0a0255ae660e6ee67ba3494c Mon Sep 17 00:00:00 2001 From: wangzaistone Date: Mon, 16 Oct 2023 17:00:30 +0800 Subject: [PATCH] fix error in eval_llm_result.md,update the value --- docs/eval_llm_result.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eval_llm_result.md b/docs/eval_llm_result.md index a91f5a2..0b80f9a 100644 --- a/docs/eval_llm_result.md +++ b/docs/eval_llm_result.md @@ -13,7 +13,7 @@ This doc aims to summarize the performance of publicly available big language mo | wizardcoder | 0.610 | [text-to-sql-wizardcoder](https://github.com/cuplv/text-to-sql-wizardcoder/tree/main) | |CodeLlama-13b-Instruct-hf| 0.556 | eval in this project default param| |Baichuan2-13B-Chat|0.392| eval in this project default param| -| llama2_13b_hf | xxx | run in this project,default param set. | +| llama2_13b_hf | 0.449 | [numbersstation-eval-res](https://www.numbersstation.ai/post/nsql-llama-2-7b) | | llama2_13b_hf_lora_best | 0.744 | sft train by our this project,only used spider train dataset ,the same eval way in this project. |