YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

🧠 Psychologist AI – LLaMA LoRA Fine‑Tuned Model

A conversational AI model specialized for psychological support & reflective dialogue.


πŸ“Œ Model Overview

Psychologist AI is a fine‑tuned LLaMA model designed to provide:

  • Empathetic responses
  • Emotionally supportive dialogue
  • Reflective psychological insights
  • Non‑judgmental conversation flow

⚠️ This model does not replace certified mental‑health professionals.
It is intended for research, experimentation, and supportive AI applications.


πŸ—οΈ Architecture

  • Base Model: LLaMA
  • Fine‑Tuning Method: LoRA (Low‑Rank Adaptation)
  • Training Framework: Unsloth
  • Format: GGUF (efficient for local inference)
  • Deployable With: Ollama, llama.cpp, Python (llama-cpp-python)

πŸ§ͺ Training Details

🎯 Objective

Develop a model capable of:

  • empathetic listening
  • emotional reflection
  • soft, neutral assistance
  • safe conversational behavior

πŸ“ Dataset

Dialogue pairs simulating:

  • therapist-style responses
  • emotional support conversations
  • neutral psychological guidance

No real user identities or clinical data were used.

βš™οΈ LoRA Training Notes

  • Optimized for small GPUs
  • Quantization: Q4_K_M
  • Fast LoRA using Unsloth
  • Supervised fine-tuning
  • Safe-response prompting

πŸ“‚ Model Files

File Description
psychologist_ai.gguf Quantized GGUF model ready for inference
Modelfile.txt Ollama model configuration

πŸš€ How to Use

βœ… 1. Using Ollama

Install Ollama: https://ollama.com/download

Run the model:

ollama pull ouchni/psychologist_ai
ollama run psychologist_ai

Or create manually:

ollama create psychologist_ai -f Modelfile.txt

βœ… 2. Using llama.cpp

./main -m psychologist_ai.gguf -p "Hi, I feel stressed and need emotional support."

βœ… 3. Python Inference

from llama_cpp import Llama

llm = Llama(model_path="psychologist_ai.gguf")

response = llm("Hello, I'm feeling overwhelmed today.")
print(response)

⚠️ Safety & Ethical Notes

This model:

  • ❌ Should NOT be used for clinical diagnosis
  • ❌ Should NOT replace human therapists
  • ❌ Should NOT be used in crisis situations

Allowed uses:

  • βœ” Educational assistants
  • βœ” AI chat experiments
  • βœ” Empathy‑focused applications
  • βœ” Mental‑health awareness projects

πŸ“ˆ Performance

Optimized for:

  • natural emotional tone
  • safe and stable outputs
  • low VRAM usage
  • fast inference locally

πŸ‘¨β€πŸ’» Author

Ouchni Abdelmajid
Developer & AI Engineer
Morocco


⭐ Support the Project

If you use this model, please:

  • ⭐ Star the Hugging Face model
  • ⭐ Cite the repository
  • ⭐ Give credit: Model by ouchni

πŸ”— Links

Downloads last month
5
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support