This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from lmstudio-ai/google-gemma
Google gemma
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"_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’re 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" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters