From 04ce3a8b19256a155aea4d14eaa87edf274c93c3 Mon Sep 17 00:00:00 2001 From: toyer <2042519524@qq.com> Date: Mon, 8 Jul 2024 13:57:19 +0800 Subject: [PATCH] readme : add supported glm models (#8360) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aba6a4c59..5498d5fc6 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Typically finetunes of the base models below are supported as well. - [x] [GritLM-7B](https://huggingface.co/GritLM/GritLM-7B) + [GritLM-8x7B](https://huggingface.co/GritLM/GritLM-8x7B) - [x] [OLMo](https://allenai.org/olmo) - [x] [GPT-NeoX](https://github.com/EleutherAI/gpt-neox) + [Pythia](https://github.com/EleutherAI/pythia) +- [x] [ChatGLM3-6b](https://huggingface.co/THUDM/chatglm3-6b) + [ChatGLM4-9b](https://huggingface.co/THUDM/glm-4-9b) (instructions for supporting more models: [HOWTO-add-model.md](./docs/HOWTO-add-model.md))