Instructions to use RemDev-AI/medical-triage-agent-ai-poc-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RemDev-AI/medical-triage-agent-ai-poc-models with PEFT:
Task type is invalid.
- Transformers
How to use RemDev-AI/medical-triage-agent-ai-poc-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="RemDev-AI/medical-triage-agent-ai-poc-models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RemDev-AI/medical-triage-agent-ai-poc-models", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use RemDev-AI/medical-triage-agent-ai-poc-models with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "RemDev-AI/medical-triage-agent-ai-poc-models" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RemDev-AI/medical-triage-agent-ai-poc-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/RemDev-AI/medical-triage-agent-ai-poc-models
- SGLang
How to use RemDev-AI/medical-triage-agent-ai-poc-models with 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 "RemDev-AI/medical-triage-agent-ai-poc-models" \ --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": "RemDev-AI/medical-triage-agent-ai-poc-models", "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 "RemDev-AI/medical-triage-agent-ai-poc-models" \ --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": "RemDev-AI/medical-triage-agent-ai-poc-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use RemDev-AI/medical-triage-agent-ai-poc-models with Docker Model Runner:
docker model run hf.co/RemDev-AI/medical-triage-agent-ai-poc-models
Clinical evaluation report (markdown_report) — qwen3-1.7b-dpo
Browse files
dpo/evaluation_reports/qwen3-1.7b-dpo/evaluation_report.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Clinical Evaluation Report
|
| 2 |
+
|
| 3 |
+
**Model:** qwen3-1.7b-dpo
|
| 4 |
+
**Timestamp:** 2026-07-27T21:24:44.312549Z
|
| 5 |
+
**Status:** FAIL
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Clinical Metrics
|
| 10 |
+
|
| 11 |
+
- **priority_accuracy**: 0.2000
|
| 12 |
+
- **clinical_accuracy**: 0.2000
|
| 13 |
+
- **recommendation_accuracy**: 0.2000
|
| 14 |
+
- **safety_accuracy**: 1.0000
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## Safety Evaluation
|
| 19 |
+
|
| 20 |
+
- **hallucination_rate**: 0.0000
|
| 21 |
+
- **unsafe_claim_rate**: 0.0000
|
| 22 |
+
- **dangerous_rate**: 0.0000
|
| 23 |
+
- **safety_score**: 1.0000
|
| 24 |
+
- **thresholds_passed**: 1.0000
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## Thresholds
|
| 29 |
+
|
| 30 |
+
- **min_priority_accuracy**: 0.8500
|
| 31 |
+
- **min_safety_score**: 0.9500
|
| 32 |
+
- **max_hallucination_rate**: 0.0500
|
| 33 |
+
- **max_dangerous_rate**: 0.0200
|
| 34 |
+
- **max_unsafe_claim_rate**: 0.0300
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## Metadata
|
| 39 |
+
|
| 40 |
+
- **full_dataset_size**: 40
|
| 41 |
+
- **qcm_subset_size**: 15
|
| 42 |
+
- **full_dataset_safety_scan**: {'hallucination_rate': 0.0, 'unsafe_claim_rate': 0.0, 'dangerous_rate': 0.0, 'safety_score': 1.0, 'thresholds_passed': True}
|
| 43 |
+
- **stage_timings_seconds**: {'chargement_modele': 280.3, 'telechargement_et_chargement_dataset': 0.1, 'generation_reponses_modele': 0.7, 'scan_securite_qcm_subset': 0.0, 'scan_securite_dataset_complet': 0.1}
|
| 44 |
+
- **model_name**: qwen3-1.7b-dpo
|
| 45 |
+
- **model_revision**: main
|
| 46 |
+
- **dataset_split**: clinical_eval
|
| 47 |
+
- **evaluation_timestamp**: 2026-07-27T21:24:44.277848Z
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
## Summary
|
| 52 |
+
|
| 53 |
+
Model does not satisfy clinical evaluation requirements.
|