From 86b6d18731dbbc9e51445b96400b980ff6bc6a48 Mon Sep 17 00:00:00 2001 From: bittersweet1999 <148421775+bittersweet1999@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:35:58 +0800 Subject: [PATCH] [Update] Update model support list (#1353) * fix pip version * fix pip version * update model support --- README.md | 21 +++++++++++---------- README_zh-CN.md | 19 ++++++++++--------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 00b347ed..8390c030 100644 --- a/README.md +++ b/README.md @@ -462,20 +462,21 @@ Through the command line or configuration files, OpenCompass also supports evalu +- [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) +- [Baichuan](https://github.com/baichuan-inc) +- [BlueLM](https://github.com/vivo-ai-lab/BlueLM) +- [ChatGLM2](https://github.com/THUDM/ChatGLM2-6B) +- [ChatGLM3](https://github.com/THUDM/ChatGLM3-6B) +- [Gemma](https://huggingface.co/google/gemma-7b) - [InternLM](https://github.com/InternLM/InternLM) - [LLaMA](https://github.com/facebookresearch/llama) - [LLaMA3](https://github.com/meta-llama/llama3) -- [Vicuna](https://github.com/lm-sys/FastChat) -- [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) -- [Baichuan](https://github.com/baichuan-inc) -- [WizardLM](https://github.com/nlpxucan/WizardLM) -- [ChatGLM2](https://github.com/THUDM/ChatGLM2-6B) -- [ChatGLM3](https://github.com/THUDM/ChatGLM3-6B) -- [TigerBot](https://github.com/TigerResearch/TigerBot) - [Qwen](https://github.com/QwenLM/Qwen) -- [BlueLM](https://github.com/vivo-ai-lab/BlueLM) -- [Gemma](https://huggingface.co/google/gemma-7b) -- ... +- [TigerBot](https://github.com/TigerResearch/TigerBot) +- [Vicuna](https://github.com/lm-sys/FastChat) +- [WizardLM](https://github.com/nlpxucan/WizardLM) +- [Yi](https://github.com/01-ai/Yi) +- …… diff --git a/README_zh-CN.md b/README_zh-CN.md index 97ce60d7..76ea1537 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -463,19 +463,20 @@ python run.py --datasets ceval_ppl mmlu_ppl --hf-type base --hf-path huggyllama/ +- [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) +- [Baichuan](https://github.com/baichuan-inc) +- [BlueLM](https://github.com/vivo-ai-lab/BlueLM) +- [ChatGLM2](https://github.com/THUDM/ChatGLM2-6B) +- [ChatGLM3](https://github.com/THUDM/ChatGLM3-6B) +- [Gemma](https://huggingface.co/google/gemma-7b) - [InternLM](https://github.com/InternLM/InternLM) - [LLaMA](https://github.com/facebookresearch/llama) - [LLaMA3](https://github.com/meta-llama/llama3) -- [Vicuna](https://github.com/lm-sys/FastChat) -- [Alpaca](https://github.com/tatsu-lab/stanford_alpaca) -- [Baichuan](https://github.com/baichuan-inc) -- [WizardLM](https://github.com/nlpxucan/WizardLM) -- [ChatGLM2](https://github.com/THUDM/ChatGLM2-6B) -- [ChatGLM3](https://github.com/THUDM/ChatGLM3-6B) -- [TigerBot](https://github.com/TigerResearch/TigerBot) - [Qwen](https://github.com/QwenLM/Qwen) -- [BlueLM](https://github.com/vivo-ai-lab/BlueLM) -- [Gemma](https://huggingface.co/google/gemma-7b) +- [TigerBot](https://github.com/TigerResearch/TigerBot) +- [Vicuna](https://github.com/lm-sys/FastChat) +- [WizardLM](https://github.com/nlpxucan/WizardLM) +- [Yi](https://github.com/01-ai/Yi) - ……