Jlonge4 commited on
Commit
ef13f7f
·
verified ·
1 Parent(s): 15fc5ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ import torch
45
 
46
  # Model setup and merging
47
  base_model_id = "microsoft/Phi-4-mini-instruct"
48
- phi_judge_id = 'grounded-ai/phi-4-mini-judge'
49
 
50
  if torch.cuda.is_bf16_supported():
51
  compute_dtype = torch.bfloat16
 
45
 
46
  # Model setup and merging
47
  base_model_id = "microsoft/Phi-4-mini-instruct"
48
+ phi_judge_id = 'grounded-ai/phi4-mini-judge'
49
 
50
  if torch.cuda.is_bf16_supported():
51
  compute_dtype = torch.bfloat16