databricks/databricks-dolly-15k
Viewer β’ Updated β’ 15k β’ 55.6k β’ 1.08k
How to use dipeshmajithia/mirror_dolly with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf dipeshmajithia/mirror_dolly # Run inference directly in the terminal: llama cli -hf dipeshmajithia/mirror_dolly
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf dipeshmajithia/mirror_dolly # Run inference directly in the terminal: llama cli -hf dipeshmajithia/mirror_dolly
# 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 dipeshmajithia/mirror_dolly # Run inference directly in the terminal: ./llama-cli -hf dipeshmajithia/mirror_dolly
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 dipeshmajithia/mirror_dolly # Run inference directly in the terminal: ./build/bin/llama-cli -hf dipeshmajithia/mirror_dolly
docker model run hf.co/dipeshmajithia/mirror_dolly
How to use dipeshmajithia/mirror_dolly with Ollama:
ollama run hf.co/dipeshmajithia/mirror_dolly
How to use dipeshmajithia/mirror_dolly with Docker Model Runner:
docker model run hf.co/dipeshmajithia/mirror_dolly
How to use dipeshmajithia/mirror_dolly with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull dipeshmajithia/mirror_dolly
lemonade run user.mirror_dolly-{{QUANT_TAG}}lemonade list
Mirror Dolly is a fine-tuned assistant-style language model built on top of dipeshmajithia/MirrorCode. It was fine-tuned for 1000 iterations on the Dolly 15k dataset using LoRA, and later merged and converted to GGUF for local inference.
Mirror Dolly is designed for structured and emotionally aware assistant conversations and supports lightweight deployment with llama.cpp, ollama, or text-generation-webui.
dipeshmajithia/MirrorCodetransformers + convert_hf_to_gguf.pyllama.cpp
./main -m mirror_dolly.gguf -p "Who are you?"
We're not able to determine the quantization variants.
Base model
dipeshmajithia/MirrorCode