k-m-irfan commited on
Commit
13b4b78
·
verified ·
1 Parent(s): acead52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -101,7 +101,7 @@ bash merge_model.sh # Step 3: Merge FSDP checkpoints
101
 
102
  Training data: [MBZUAI/medix-rl-data](https://huggingface.co/datasets/MBZUAI/medix-rl-data) (~51K train, ~2.5K test samples)
103
 
104
- See [`training/README.md`](training/README.md) for detailed setup, configuration options, and per-model scripts.
105
 
106
  ## Evaluation
107
 
@@ -115,7 +115,7 @@ bash eval.sh # Run all phases: generate, evaluate, score
115
 
116
  Supports self-hosted judge models via vLLM or [OpenRouter](https://openrouter.ai/) as a remote alternative. Results can be submitted to the [MediX Leaderboard](https://medix.cvmbzuai.com/leaderboard).
117
 
118
- See [`eval/README.md`](eval/README.md) for task selection, CLI reference, and MMMU-Medical evaluation.
119
 
120
  ---
121
 
 
101
 
102
  Training data: [MBZUAI/medix-rl-data](https://huggingface.co/datasets/MBZUAI/medix-rl-data) (~51K train, ~2.5K test samples)
103
 
104
+ See [`training/README.md`](https://github.com/mbzuai-oryx/MediX-R1/blob/main/training/README.md) for detailed setup, configuration options, and per-model scripts.
105
 
106
  ## Evaluation
107
 
 
115
 
116
  Supports self-hosted judge models via vLLM or [OpenRouter](https://openrouter.ai/) as a remote alternative. Results can be submitted to the [MediX Leaderboard](https://medix.cvmbzuai.com/leaderboard).
117
 
118
+ See [`eval/README.md`](https://github.com/mbzuai-oryx/MediX-R1/blob/main/eval/README.md) for task selection, CLI reference, and MMMU-Medical evaluation.
119
 
120
  ---
121