From e393456bbed629c3fab3933dd5a7d0bd7d07632d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 22 Feb 2024 00:41:29 +0000 Subject: [PATCH] Update catalog.json --- catalog.json | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/catalog.json b/catalog.json index 1474bae..3ac4498 100644 --- a/catalog.json +++ b/catalog.json @@ -1,4 +1,46 @@ [ + { + "_descriptorVersion": "0.0.1", + "datePublished": "2024-02-21T16:54:57.000Z", + "name": "Google's Gemma 2B Instruct", + "description": "** Requires LM Studio 0.2.15 or newer ** Gemma is a family of lightweight LLMs built from the same research and technology Google used to create the Gemini models. Gemma models are available in two sizes, 2 billion and 7 billion parameters. These models are trained on up to 6T tokens of primarily English web documents, mathematics, and code, using a transformer architecture with enhancements like Multi-Query Attention, RoPE Embeddings, GeGLU Activations, and advanced normalization techniques.", + "author": { + "name": "Google DeepMind", + "url": "https://deepmind.google", + "blurb": "We\u2019re a team of scientists, engineers, ethicists and more, working to build the next generation of AI systems safely and responsibly." + }, + "numParameters": "2B", + "resources": { + "canonicalUrl": "https://huggingface.co/google/gemma-2b-it", + "paperUrl": "https://blog.google/technology/developers/gemma-open-models/", + "downloadUrl": "https://huggingface.co/lmstudio-ai/gemma-2b-it-GGUF" + }, + "trainedFor": "chat", + "arch": "gemma", + "files": { + "highlighted": { + "economical": { + "name": "gemma-2b-it-q8_0.gguf" + } + }, + "all": [ + { + "name": "gemma-2b-it-q8_0.gguf", + "url": "https://huggingface.co/lmstudio-ai/gemma-2b-it-GGUF/resolve/main/gemma-2b-it-q8_0.gguf", + "sizeBytes": 2669351840, + "quantization": "Q8_0", + "format": "gguf", + "sha256checksum": "ec68b50d23469882716782da8b680402246356c3f984e9a3b9bcc5bc15273140", + "publisher": { + "name": "LM Studio", + "socialUrl": "https://twitter.com/LMStudioAI" + }, + "respository": "lmstudio-ai/gemma-2b-it-GGUF", + "repositoryUrl": "https://huggingface.co/lmstudio-ai/gemma-2b-it-GGUF" + } + ] + } + }, { "_descriptorVersion": "0.0.1", "datePublished": "2023-12-12T10:12:59", @@ -294,7 +336,7 @@ }, { "_descriptorVersion": "0.0.1", - "datePublished": "2024-02-03T11:59:54", + "datePublished": "2024-02-03T16:59:54.000Z", "name": "Qwen 1.5", "description": "Qwen1.5 is the large language model series developed by Qwen Team, Alibaba Group. It is a transformer-based decoder-only language model pretrained on large-scale multilingual data covering a wide range of domains and it is aligned with human preferences.", "author": {