Instructions to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF", filename="SauerkrautLM-Nemo-12b-Instruct.Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
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 QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
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 QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF with Ollama:
ollama run hf.co/QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
- Unsloth Studio new
How to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF 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 QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF 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 QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF to start chatting
- Docker Model Runner
How to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
- Lemonade
How to use QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.SauerkrautLM-Nemo-12b-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF
This is quantized version of VAGOsolutions/SauerkrautLM-Nemo-12b-Instruct created using llama.cpp
Original Model Card
VAGO solutions SauerkrautLM-Nemo-12b-Instruct
Fine-tuned Model - to showcase the potential of resource-efficient Fine-Tuning of Large Language Models using Spectrum Fine-Tuning
Introducing SauerkrautLM-Nemo-12b-Instruct โ our Sauerkraut version of the powerful mistralai/Mistral-Nemo-Instruct-2407!
- Fine-tuning on German-English data with Spectrum Fine-Tuning targeting 25% of the layers.
- Utilized unique German-English Sauerkraut Mix v2
- Implemented bespoke, precision-engineered fine-tuning approach
Table of Contents
- Overview of all SauerkrautLM-Nemo-12b-Instruct
- Model Details
- Evaluation
- Disclaimer
- Contact
- Collaborations
- Acknowledgement
All SauerkrautLM-Nemo-12b-Instruct
| Model | HF | EXL2 | GGUF | AWQ |
|---|---|---|---|---|
| SauerkrautLM-Nemo-12b-Instruct | Link | coming soon | coming soon | coming soon |
Model Details
SauerkrautLM-Nemo-12b-Instruct
- Model Type: SauerkrautLM-Nemo-12b-Instruct is a fine-tuned Model based on mistralai/Mistral-Nemo-Instruct-2407
- Language(s): German, English
- License: Apache 2.0
- Contact: VAGO solutions
Training Procedure
This model showcases the potential of resource-efficient fine-tuning of large language models using Spectrum Fine-Tuning. Here's a brief on the procedure:
Fine-tuning on German-English Data:
- Utilized Spectrum Fine-Tuning, targeting 25% of the model's layers
- Introduced the model to a unique German-English Sauerkraut Mix v2
- Implemented a bespoke, precision-engineered fine-tuning approach
Sauerkraut Mix v2:
- Premium Dataset for Language Models, focusing on German and English
- Meticulously selected, high-quality dataset combinations
- Cutting-edge synthetic datasets created using proprietary, high-precision generation techniques
Objective and Results
The primary goal of this training was to demonstrate that with Spectrum Fine-Tuning targeting 25% of the layers, a 12 billion parameter model can significantly enhance the capabilities while using a fraction of the resources of the classic fine-tuning approach.
The model has substantially improved skills in German and English, as demonstrated by impressive benchmarks on the new Hugging Face leaderboard. At the same time, our fine-tuning improved skills in all other languages that Nemo can speak, showing inter-language effects in LLM performance.
Spectrum Fine-Tuning can efficiently enhance a large language model's capabilities in multiple languages while preserving the majority of its previously acquired knowledge.
Evaluation
Disclaimer
We must inform users that despite our best efforts in data cleansing, the possibility of uncensored content slipping through cannot be entirely ruled out. However, we cannot guarantee consistently appropriate behavior. Therefore, if you encounter any issues or come across inappropriate content, we kindly request that you inform us through the contact information provided. Additionally, it is essential to understand that the licensing of these models does not constitute legal advice. We are not held responsible for the actions of third parties who utilize our models.
Contact
If you are interested in customized LLMs for business applications, please get in contact with us via our website. We are also grateful for your feedback and suggestions.
Collaborations
We are also keenly seeking support and investment for our startup, VAGO solutions where we continuously advance the development of robust language models designed to address a diverse range of purposes and requirements. If the prospect of collaboratively navigating future challenges excites you, we warmly invite you to reach out to us at VAGO solutions
Acknowledgement
Many thanks to Mistral AI for providing such a valuable model to the Open-Source community.
- Downloads last month
- 187
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit






# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="QuantFactory/SauerkrautLM-Nemo-12b-Instruct-GGUF", filename="", )