diff options
author | Victor Nogueira <felladrin@gmail.com> | 2024-05-23 15:12:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 15:12:43 +0300 |
commit | dacfcebd6022175848e978f82811a244f1033038 (patch) | |
tree | f9a48227491c65c8bed1d9cdda3b3b6a9d0451c0 | |
parent | 9b82476ee9e73065a759f8bcc4cf27ec7ab2ed8c (diff) |
readme : add GPT-NeoX + Pythia to the list of supported models (#7491)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ Typically finetunes of the base models below are supported as well. - [x] [SEA-LION](https://huggingface.co/models?search=sea-lion) - [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) (instructions for supporting more models: [HOWTO-add-model.md](./docs/HOWTO-add-model.md)) |