From 7ce7dbc4d513ed411a95c72d767e619786cb3dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=88=E4=B8=89=E9=83=8E=E4=B8=B6?= Date: Fri, 8 Sep 2023 17:17:42 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94ba55a..734eff8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ python main.py --task_type evaluate | | python | java | cpp | js | go | |----------------------|--------|--------|--------|--------|--------| -| chatgpt | 64.02% | 15.85% | 26.22% | 47.00% | 31.70% | +| chatgpt | 64.02% | 42.68% | 26.22% | 47.00% | 31.70% | | bbt-7B | 0.61% | 1.83% | 1.22% | 1.83% | 0.00% | | bbt-13B | 2.49% | 0.00% | 1.90% | 1.83% | 0.61% | | chatglm2-6B | 7.93% | 5.45% | 0.61% | 6.70% | 1.83% | @@ -98,7 +98,7 @@ python main.py --task_type evaluate | llama2-7B | 5.49% | 8.54% | 1.22% | 3.66% | 6.10% | | baichuan-7B | 7.93% | 1.83% | 0.00% | 6.71% | 6.71% | | chatgpt+codegeex2-6B | 64.02% | 40.85% | 30.49% | 50.66% | 44.51% | -| iflycode | 46.95% | 29.87% | 32.91% | 43.29% | 待测。 | +| iflycode | 46.95% | 29.87% | 32.91% | 43.29% | 21.34% | -- GitLab