unalignment/toxic-dpo-v0.1
Viewer • Updated • 302 • 189 • 139
How to use N-Bot-Int/MistThena7B-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("N-Bot-Int/MistThena7B-GGUF", dtype="auto")How to use N-Bot-Int/MistThena7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="N-Bot-Int/MistThena7B-GGUF", filename="unsloth.F16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use N-Bot-Int/MistThena7B-GGUF with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf N-Bot-Int/MistThena7B-GGUF:F16 # Run inference directly in the terminal: llama-cli -hf N-Bot-Int/MistThena7B-GGUF:F16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf N-Bot-Int/MistThena7B-GGUF:F16 # Run inference directly in the terminal: llama-cli -hf N-Bot-Int/MistThena7B-GGUF:F16
# 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 N-Bot-Int/MistThena7B-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf N-Bot-Int/MistThena7B-GGUF:F16
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 N-Bot-Int/MistThena7B-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf N-Bot-Int/MistThena7B-GGUF:F16
docker model run hf.co/N-Bot-Int/MistThena7B-GGUF:F16
How to use N-Bot-Int/MistThena7B-GGUF with Ollama:
ollama run hf.co/N-Bot-Int/MistThena7B-GGUF:F16
How to use N-Bot-Int/MistThena7B-GGUF with Unsloth Studio:
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 N-Bot-Int/MistThena7B-GGUF to start chatting
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 N-Bot-Int/MistThena7B-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for N-Bot-Int/MistThena7B-GGUF to start chatting
How to use N-Bot-Int/MistThena7B-GGUF with Docker Model Runner:
docker model run hf.co/N-Bot-Int/MistThena7B-GGUF:F16
How to use N-Bot-Int/MistThena7B-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull N-Bot-Int/MistThena7B-GGUF:F16
lemonade run user.MistThena7B-GGUF-F16
lemonade list
GGUF with Quants! Allowing you to run models using KoboldCPP and other AI Environments!
| Quant Type | Benefits | Cons |
|---|---|---|
| Q4_K_M | ✅ Smallest size (fastest inference) | ❌ Lowest accuracy compared to other quants |
| ✅ Requires the least VRAM/RAM | ❌ May struggle with complex reasoning | |
| ✅ Ideal for edge devices & low-resource setups | ❌ Can produce slightly degraded text quality | |
| Q5_K_M | ✅ Better accuracy than Q4, while still compact | ❌ Slightly larger model size than Q4 |
| ✅ Good balance between speed and precision | ❌ Needs a bit more VRAM than Q4 | |
| ✅ Works well on mid-range GPUs | ❌ Still not as accurate as higher-bit models | |
| Q8_0 | ✅ Highest accuracy (closest to full model) | ❌ Requires significantly more VRAM/RAM |
| ✅ Best for complex reasoning & detailed outputs | ❌ Slower inference compared to Q4 & Q5 | |
| ✅ Suitable for high-end GPUs & serious workloads | ❌ Larger file size (takes more storage) |
Read the Model details on huggingface Model Detail Here!
8-bit
16-bit
Base model
mistralai/Mistral-7B-v0.3