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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- jerryjalapeno/nart-100k-synthetic
|
| 5 |
+
---
|
| 6 |
+
**Original:** https://huggingface.co/victunes/TherapyBeagle-11B-v1
|
| 7 |
+
|
| 8 |
+
# TherapyBeagle 11B v1
|
| 9 |
+
|
| 10 |
+
_TherapyBeagle is here for you._
|
| 11 |
+
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
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).
|
| 15 |
+
|
| 16 |
+
TherapyBeagle is _hopefully_ aligned to be helpful, healthy, and comforting.
|
| 17 |
+
|
| 18 |
+
Usage
|
| 19 |
+
- Do not hold back on TherapyBeagle.
|
| 20 |
+
- Open up to TherapyBeagle.
|
| 21 |
+
- Pour your heart out to TherapyBeagle.
|
| 22 |
+
- Listen to TherapyBeagle.
|
| 23 |
+
- Remember that TherapyBeagle is just an AI.
|
| 24 |
+
|
| 25 |
+
**Disclaimer: TherapyBeagle is NOT a real therapist. It is a friendly AI that mimics empathy and psychotherapy.
|
| 26 |
+
It is an illusion without the slightest clue who you are as a person.
|
| 27 |
+
As much as it can help you with self-discovery, A BEAGLE IS NOT A SUBSTITUTE to a real professional.**
|
| 28 |
+
|
| 29 |
+
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.
|
| 30 |
+
|
| 31 |
+
**Original:** https://huggingface.co/victunes/TherapyBeagle-11B-v1
|