Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Update catalog.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 22, 2024
1 parent 5493701 commit e393456
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion catalog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit e393456

Please sign in to comment.