How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="QuantFactory/Tiger-Gemma-9B-v2-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

QuantFactory/Tiger-Gemma-9B-v2-GGUF

This is quantized version of TheDrummer/Tiger-Gemma-9B-v2 created using llama.cpp

Original Model Card

Tiger Gemma 9B v2

Decensored Gemma 9B. No refusals so far. No apparent brain damage.

Links

What's New with v2?

It's a simple decensor but with a lighter touch, allowing it to be as Gemma as possible.


In memory of Tiger (the happy street cat on the right)

image/png

Downloads last month
7
GGUF
Model size
9B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using QuantFactory/Tiger-Gemma-9B-v2-GGUF 2