Instructions to use victunes/TherapyBeagle-11B-v1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use victunes/TherapyBeagle-11B-v1-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf victunes/TherapyBeagle-11B-v1-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 victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf victunes/TherapyBeagle-11B-v1-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 victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use victunes/TherapyBeagle-11B-v1-GGUF with Ollama:
ollama run hf.co/victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use victunes/TherapyBeagle-11B-v1-GGUF with Docker Model Runner:
docker model run hf.co/victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M
- Lemonade
How to use victunes/TherapyBeagle-11B-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull victunes/TherapyBeagle-11B-v1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.TherapyBeagle-11B-v1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
File size: 1,380 Bytes
dfa3342 4ba8ef8 dfa3342 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
license: cc-by-nc-4.0
datasets:
- jerryjalapeno/nart-100k-synthetic
---
**Original:** https://huggingface.co/victunes/TherapyBeagle-11B-v1
# TherapyBeagle 11B v1
_TherapyBeagle is here for you._

Trained on top of [vicgalle/CarbonBeagle-11B-truthy](https://huggingface.co/vicgalle/CarbonBeagle-11B-truthy) using [jerryjalapeno/nart-100k-synthetic](https://huggingface.co/datasets/jerryjalapeno/nart-100k-synthetic).
TherapyBeagle is _hopefully_ aligned to be helpful, healthy, and comforting.
Usage
- Solar Instruct format.
- Ignore that it calls you Charlie.
- Do not hold back on TherapyBeagle.
- Open up to TherapyBeagle.
- Pour your heart out to TherapyBeagle.
- Listen to TherapyBeagle.
- Remember that TherapyBeagle is just an AI.
**Disclaimer: TherapyBeagle is NOT a real therapist. It is a friendly AI that mimics empathy and psychotherapy.
It is an illusion without the slightest clue who you are as a person.
As much as it can help you with self-discovery, A BEAGLE IS NOT A SUBSTITUTE to a real professional.**
With that said, I found it to be a very helpful tool in unravelling one's self. I hope this model can help sooth minds, hearts, and any form of mental anguish.
**Original:** https://huggingface.co/victunes/TherapyBeagle-11B-v1 |