From ad449a237e5316dee774357190d245ca933cb20a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 19 Aug 2024 09:49:47 +0200 Subject: [PATCH] models(gallery): add SmolLM (#3265) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 5152317b..ee68acab 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1,4 +1,32 @@ --- +## SmolLM +- &smollm + url: "github:mudler/LocalAI/gallery/chatml.yaml@master" + name: "smollm-1.7b-instruct" + icon: https://huggingface.co/datasets/HuggingFaceTB/images/resolve/main/banner_smol.png + tags: + - llm + - gguf + - gpu + - smollm + - chatml + - cpu + urls: + - https://huggingface.co/MaziyarPanahi/SmolLM-1.7B-Instruct-GGUF + - https://huggingface.co/HuggingFaceTB/SmolLM-1.7B-Instruct + description: | + SmolLM is a series of small language models available in three sizes: 135M, 360M, and 1.7B parameters. + + These models are pre-trained on SmolLM-Corpus, a curated collection of high-quality educational and synthetic data designed for training LLMs. For further details, we refer to our blogpost. + + To build SmolLM-Instruct, we finetuned the base models on publicly available datasets. + overrides: + parameters: + model: SmolLM-1.7B-Instruct.Q4_K_M.gguf + files: + - filename: SmolLM-1.7B-Instruct.Q4_K_M.gguf + sha256: 2b07eb2293ed3fc544a9858beda5bfb03dcabda6aa6582d3c85768c95f498d28 + uri: huggingface://MaziyarPanahi/SmolLM-1.7B-Instruct-GGUF/SmolLM-1.7B-Instruct.Q4_K_M.gguf ## LLama3.1 - &llama31 url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master"