Spaces:
Sleeping
Sleeping
Final: README.md with Important Links at top
Browse files
README.md
CHANGED
|
@@ -38,6 +38,17 @@ tags:
|
|
| 38 |
|
| 39 |
---
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
## The Problem: AI Misdiagnosis Kills
|
| 42 |
|
| 43 |
**40,000+ patients** die annually from diagnostic errors in clinical settings [(Johns Hopkins, BMJ 2016)](https://www.hopkinsmedicine.org/news/media/releases/study_suggests_medical_errors_now_third_leading_cause_of_death_in_the_us). As healthcare systems deploy AI for clinical trial management β screening eligibility, scheduling treatment, detecting bias β a critical question emerges:
|
|
|
|
| 38 |
|
| 39 |
---
|
| 40 |
|
| 41 |
+
### π Important Links (Start Here)
|
| 42 |
+
|
| 43 |
+
* **π Full Blog Writeup**: [Who Audits the AI? β SynthAudit.Env Blog](https://huggingface.co/spaces/Timusgeorge/SynthAudit-Env/blob/main/Blog.md)
|
| 44 |
+
* **π¬ Playable Environment (HF Space)**: [Timusgeorge/SynthAudit-Env](https://huggingface.co/spaces/Timusgeorge/SynthAudit-Env)
|
| 45 |
+
* **π§ Trained Model Weights (LoRA Adapter)**: [Timusgeorge/SynthAudit-Qwen2.5-3B-GRPO](https://huggingface.co/Timusgeorge/SynthAudit-Qwen2.5-3B-GRPO)
|
| 46 |
+
* **π Reproducible Training Script (Colab-ready)**: [`training/train_grpo.py`](training/train_grpo.py) | [`training/train_200.py`](training/train_200.py)
|
| 47 |
+
* **π Training Evidence**: [200-step reward curve](outputs/grpo_reward_curve_200.png) | [Base vs Trained comparison](outputs/base_vs_trained.png) | [Training dashboard](outputs/training_dashboard.png)
|
| 48 |
+
* **π Raw Training Data**: [`training_log_200.json`](outputs/training_log_200.json) | [`post_training_eval.json`](outputs/post_training_eval.json)
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
## The Problem: AI Misdiagnosis Kills
|
| 53 |
|
| 54 |
**40,000+ patients** die annually from diagnostic errors in clinical settings [(Johns Hopkins, BMJ 2016)](https://www.hopkinsmedicine.org/news/media/releases/study_suggests_medical_errors_now_third_leading_cause_of_death_in_the_us). As healthcare systems deploy AI for clinical trial management β screening eligibility, scheduling treatment, detecting bias β a critical question emerges:
|