How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Wildstash/dental-ai-clinical-decision-support" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Wildstash/dental-ai-clinical-decision-support",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Wildstash/dental-ai-clinical-decision-support" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Wildstash/dental-ai-clinical-decision-support",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Quick Links

Dental AI for Clinical Decision Support

Chat assistant for structured treatment planning and clinical decision support (SFT)

Open source model for evidence‑based dental decision support and chairside guidance.

🏆 Awards

Structured output

  • Differential diagnosis
  • Management plan
  • Antibiotics and dosing (if indicated)
  • Follow-up protocol

Quick guide (read this)

  • What it is: Chat assistant for structured treatment planning and clinical decision support (SFT).
  • What it covers: endodontics, periodontics, oral surgery, prosthodontics, ortho, pediatrics.
  • Why trust it: trained on 2,494 expert‑validated synthetic cases; guideline‑aligned.
  • How to use: provide patient context (age, vitals, symptoms, exam); ask for differential, management, abx, follow‑up.
  • Safety: HIPAA‑friendly (no real patient data); outputs assist, not replace, clinical judgment.

Dataset statistics

  • 2,494 cases; multi‑specialty coverage; structured JSON (presentation → assessment → plan).
  • Source: Wildstash/dental-2.5k-instruct.

Key features

  • Comprehensive dental coverage; evidence‑based plans; guideline adherence; step‑wise reasoning.

Training details

  • Method: LoRA (PEFT), 4‑bit; base: 20B decoder.
  • Optimizations: grad checkpointing; mixed precision; multi‑GPU.

Expert validation

  • Practicing dentists graded sample cases; refined to improve plausibility and completeness.
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Wildstash/dental-ai-clinical-decision-support

Finetuned
(555)
this model

Evaluation results