How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "TheDrummer/Tiger-Gemma-9B-v2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "TheDrummer/Tiger-Gemma-9B-v2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/TheDrummer/Tiger-Gemma-9B-v2
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

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
54
Safetensors
Model size
9B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with TheDrummer/Tiger-Gemma-9B-v2.

Model tree for TheDrummer/Tiger-Gemma-9B-v2

Merges
5 models
Quantizations
8 models