For the complete documentation index, see llms.txt. This page is also available as Markdown.

Healthcare cookbook and samples

Healthcare cookbook starter samples.

Starter eval space

client.spaces.create(
 name="healthcare-clinical-qa",
 judges=["clinical-faithfulness", "reasoning-soundness"],
 rules=["no-dose-recommendation", "phi-redaction"],
 dataset_id="your-clinical-dataset"
)

Reference

Last updated

Was this helpful?