CoolFace
Modelpublic

ThijsL202/CraneAILabs_swahili-gemma-1b-GGUF

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes114downloads
Model Card

CraneAILabs_swahili-gemma-1b - GGUF Standard

๐Ÿ“Š Quantization Details

๐Ÿ“ฆ Standard Quantizations Classic GGUF quantizations without importance matrix enhancement.

๐Ÿ“ Available Files

QuantizationSizeDownload
Q2_K690MBโฌ‡๏ธ
Q3_K_L752MBโฌ‡๏ธ
Q4_K_M806MBโฌ‡๏ธ
Q6_K1.0GBโฌ‡๏ธ
Q8_01.1GBโฌ‡๏ธ

๐Ÿš€ Quick Start

llama.cpp

bash
./llama-cli -m CraneAILabs_swahili-gemma-1b.Q6_K.gguf -p "Your prompt here" -n 512

Python

python
from llama_cpp import Llama

llm = Llama(model_path="./CraneAILabs_swahili-gemma-1b.Q6_K.gguf", n_ctx=2048)
output = llm("Your prompt here", max_tokens=512)
print(output["choices"][0]["text"])

๐Ÿ“Š Model Information

Original model: CraneAILabs/swahili-gemma-1b


Quantized using [llama.cpp](https://github.com/ggml-org/llama.cpp)