mlabonne/FineTome-100k
Viewer • Updated • 100k • 19.8k • 277
How to use umar141/gemma-3-Baro-finetune-v2-gguf with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf umar141/gemma-3-Baro-finetune-v2-gguf # Run inference directly in the terminal: llama cli -hf umar141/gemma-3-Baro-finetune-v2-gguf
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf umar141/gemma-3-Baro-finetune-v2-gguf # Run inference directly in the terminal: llama cli -hf umar141/gemma-3-Baro-finetune-v2-gguf
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf umar141/gemma-3-Baro-finetune-v2-gguf # Run inference directly in the terminal: ./llama-cli -hf umar141/gemma-3-Baro-finetune-v2-gguf
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf umar141/gemma-3-Baro-finetune-v2-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf umar141/gemma-3-Baro-finetune-v2-gguf
docker model run hf.co/umar141/gemma-3-Baro-finetune-v2-gguf
How to use umar141/gemma-3-Baro-finetune-v2-gguf with Ollama:
ollama run hf.co/umar141/gemma-3-Baro-finetune-v2-gguf
How to use umar141/gemma-3-Baro-finetune-v2-gguf with Docker Model Runner:
docker model run hf.co/umar141/gemma-3-Baro-finetune-v2-gguf
How to use umar141/gemma-3-Baro-finetune-v2-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull umar141/gemma-3-Baro-finetune-v2-gguf
lemonade run user.gemma-3-Baro-finetune-v2-gguf-{{QUANT_TAG}}lemonade list
Model Repo: umar141/gemma-3-Baro-finetune-v2-gguf
This is a finetuned version of Gemma 3B, trained using Unsloth with custom instruction-tuning and personality datasets. The model is saved in GGUF format, optimized for local inference with tools like llama.cpp, text-generation-webui, or KoboldCpp.
adapting/empathetic_dialogues_v2mlabonne/FineTome-100kgarage-bAInd/Open-PlatypusTo use this model locally, clone the repository and use the following steps:
git clone https://huggingface.co/umar141/gemma-3-Baro-finetune-v2-gguf
cd gemma-3-Baro-finetune-v2-gguf
We're not able to determine the quantization variants.