13B models
Collection
13B model merges I've made. • 4 items • Updated • 3
How to use KatyTheCutie/EstopianMaid-13B-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("KatyTheCutie/EstopianMaid-13B-GGUF", dtype="auto")How to use KatyTheCutie/EstopianMaid-13B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="KatyTheCutie/EstopianMaid-13B-GGUF", filename="EstopianMaid-13B-Q4_K_S.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
How to use KatyTheCutie/EstopianMaid-13B-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
# 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 KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
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 KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
docker model run hf.co/KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
How to use KatyTheCutie/EstopianMaid-13B-GGUF with Ollama:
ollama run hf.co/KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
How to use KatyTheCutie/EstopianMaid-13B-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 KatyTheCutie/EstopianMaid-13B-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 KatyTheCutie/EstopianMaid-13B-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for KatyTheCutie/EstopianMaid-13B-GGUF to start chatting
How to use KatyTheCutie/EstopianMaid-13B-GGUF with Docker Model Runner:
docker model run hf.co/KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
How to use KatyTheCutie/EstopianMaid-13B-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull KatyTheCutie/EstopianMaid-13B-GGUF:Q4_K_S
lemonade run user.EstopianMaid-13B-GGUF-Q4_K_S
lemonade list
MORE GGUF SIZES: https://huggingface.co/TheBloke/EstopianMaid-13B-GGUF
Based on feedback Estopian made can:
Recommended settings:
Models used:
BlueNipples/TimeCrystal-l2-13B
cgato/Thespis-13b-DPO-v0.7
KoboldAI/LLaMA2-13B-Estopia
NeverSleep/Noromaid-13B-0.4-DPO
Doctor-Shotgun/cat-v1.0-13b
Feedback is always appreciated! Thank you KoboldAI for their usage of their MergeBox and Caitlyn G. for their support and feedback.
4-bit