Instructions to use Testament200156/MakeGemma3-abliterated-Improved with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Testament200156/MakeGemma3-abliterated-Improved with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Testament200156/MakeGemma3-abliterated-Improved", dtype="auto") - llama-cpp-python
How to use Testament200156/MakeGemma3-abliterated-Improved with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Testament200156/MakeGemma3-abliterated-Improved", filename="GGUF/MakeGemma3-abliterated-Q8_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Testament200156/MakeGemma3-abliterated-Improved with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Testament200156/MakeGemma3-abliterated-Improved:Q8_0 # Run inference directly in the terminal: llama-cli -hf Testament200156/MakeGemma3-abliterated-Improved:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Testament200156/MakeGemma3-abliterated-Improved:Q8_0 # Run inference directly in the terminal: llama-cli -hf Testament200156/MakeGemma3-abliterated-Improved:Q8_0
Use pre-built binary
# 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 Testament200156/MakeGemma3-abliterated-Improved:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf Testament200156/MakeGemma3-abliterated-Improved:Q8_0
Build from source code
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 Testament200156/MakeGemma3-abliterated-Improved:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Testament200156/MakeGemma3-abliterated-Improved:Q8_0
Use Docker
docker model run hf.co/Testament200156/MakeGemma3-abliterated-Improved:Q8_0
- LM Studio
- Jan
- Ollama
How to use Testament200156/MakeGemma3-abliterated-Improved with Ollama:
ollama run hf.co/Testament200156/MakeGemma3-abliterated-Improved:Q8_0
- Unsloth Studio
How to use Testament200156/MakeGemma3-abliterated-Improved with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Testament200156/MakeGemma3-abliterated-Improved to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Testament200156/MakeGemma3-abliterated-Improved to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Testament200156/MakeGemma3-abliterated-Improved to start chatting
- Atomic Chat new
- Docker Model Runner
How to use Testament200156/MakeGemma3-abliterated-Improved with Docker Model Runner:
docker model run hf.co/Testament200156/MakeGemma3-abliterated-Improved:Q8_0
- Lemonade
How to use Testament200156/MakeGemma3-abliterated-Improved with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Testament200156/MakeGemma3-abliterated-Improved:Q8_0
Run and chat with the model
lemonade run user.MakeGemma3-abliterated-Improved-Q8_0
List all available models
lemonade list
MakeGemma3
This is a merge of pre-trained language models created using mergekit. This integrated model significantly improves multilingual support and linguistic consistency, addressing the shortcomings of my previously submitted integrated model. It leverages general knowledge and medical expertise to provide diverse information. Furthermore, through multi-stage model integration, it preserves the uncensored nature of the original model. When interpreting visual content, system prompts must be used to encourage careful analysis. I have created a GGUF, so please check the GGUF folder. Performance evaluation of this model's mmproj is currently under verification, so it might be best if you perform the conversion yourself. Note:After testing, I found that it would be best to use the mmproj used by the general-purpose Gemma3.The mmproj file has been updated.I recommend replacing mmproj, or use the mmproj from Gemma-3-27b-it.
Merge Details
Merge Method
This model was merged using the NuSLERP merge method.
Models Merged
The following models were included in the merge:
- MakeGemma3 models were included in the merge: (MakeGemma3)- * drwlf/medgemma-27b-it-abliterated (MakeGemma3)- * test_base (summykai/gemma3-27b-abliterated-dpo with additional layers added)
- Gemma3 (unsloth models gemma3 and MedGemma)
Configuration
The following YAML configuration was used to produce this model:
models:
- model: Gemma3
parameters:
weight: 1.618033988749
- model: MakeGemma3
parameters:
weight: 1.0
merge_method: nuslerp
tokenizer_source: unsloth/gemma-3-27b-it
dtype: bfloat16
- Downloads last month
- 36