From 4bf4c666da1c786788357c2c78a53795570daab3 Mon Sep 17 00:00:00 2001 From: Shane A Date: Tue, 26 Nov 2024 12:30:08 -0800 Subject: [PATCH 1/2] Add link to OLMo 2 model in docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f7933c132dc3..d24fe619eb042 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,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] [OLMo 2](https://huggingface.co/allenai/OLMo-2-1124-13B) - [x] [OLMoE](https://huggingface.co/allenai/OLMoE-1B-7B-0924) - [x] [Granite models](https://huggingface.co/collections/ibm-granite/granite-code-models-6624c5cec322e4c148c8b330) - [x] [GPT-NeoX](https://github.com/EleutherAI/gpt-neox) + [Pythia](https://github.com/EleutherAI/pythia) From 0f96e5dc836f00325aad749b34493ae91a526ab0 Mon Sep 17 00:00:00 2001 From: Shane A Date: Tue, 26 Nov 2024 12:35:15 -0800 Subject: [PATCH 2/2] Change link to landing page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d24fe619eb042..414c5b1c0824a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,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] [OLMo 2](https://huggingface.co/allenai/OLMo-2-1124-13B) +- [x] [OLMo 2](https://allenai.org/olmo) - [x] [OLMoE](https://huggingface.co/allenai/OLMoE-1B-7B-0924) - [x] [Granite models](https://huggingface.co/collections/ibm-granite/granite-code-models-6624c5cec322e4c148c8b330) - [x] [GPT-NeoX](https://github.com/EleutherAI/gpt-neox) + [Pythia](https://github.com/EleutherAI/pythia)