Update README.md
Browse files
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/
|
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
|