CoolFace
Modelpublic

sayhan/gemma-7b-GGUF-quantized

sourceHugging Faceotherupdated 3y agoView on Hugging Face
1likes290downloads
Model Card

image/webp

Google Gemma 7B

Description

This repo contains GGUF format model files for Google's Gemma 7B

Original model

Description

Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models. They are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants. Gemma models are well-suited for a variety of text generation tasks, including question answering, summarization, and reasoning. Their relatively small size makes it possible to deploy them in environments with limited resources such as a laptop, desktop or your own cloud infrastructure, democratizing access to state of the art AI models and helping foster innovation for everyone.

Quantizon types

quantization methodbitssizedescriptionrecommended
Q2_K23.09very small, very high quality loss❌
Q3KS33.68 GBvery small, high quality loss❌
Q3KL34.4 GBsmall, substantial quality loss❌
Q4_044.81 GBlegacy; small, very high quality loss❌
Q4KS44.84 GBmedium, balanced quality✅
Q4KM45.13 GBmedium, balanced quality✅
Q5_055.88 GBlegacy; medium, balanced quality❌
Q5KS55.88 GBlarge, low quality loss✅
Q5KM56.04 GBlarge, very low quality loss✅
Q6_K67.01 GBvery large, extremely low quality loss❌
Q8_089.08 GBvery large, extremely low quality loss❌
FP161617.1 GBenormous, negligible quality loss❌

Usage

You can use this model with the latest builds of LM Studio and llama.cpp. If you're new to the world of large language models, I recommend starting with LM Studio. <!-- description end -->