k-m-irfan commited on
Commit
86513bc
·
verified ·
1 Parent(s): 36a3705

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -98,7 +98,7 @@ bash merge_model.sh # Step 3: Merge FSDP checkpoints
98
 
99
  Training data: [MBZUAI/medix-rl-data](https://huggingface.co/datasets/MBZUAI/medix-rl-data) (~51K train, ~2.5K test samples)
100
 
101
- See [`training/README.md`](training/README.md) for detailed setup, configuration options, and per-model scripts.
102
 
103
  ## Evaluation
104
 
@@ -112,7 +112,7 @@ bash eval.sh # Run all phases: generate, evaluate, score
112
 
113
  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).
114
 
115
- See [`eval/README.md`](eval/README.md) for task selection, CLI reference, and MMMU-Medical evaluation.
116
 
117
  ---
118
 
 
98
 
99
  Training data: [MBZUAI/medix-rl-data](https://huggingface.co/datasets/MBZUAI/medix-rl-data) (~51K train, ~2.5K test samples)
100
 
101
+ 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.
102
 
103
  ## Evaluation
104
 
 
112
 
113
  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).
114
 
115
+ 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.
116
 
117
  ---
118