jonsaadfalcon commited on
Commit
d04d27e
·
verified ·
1 Parent(s): 0da39e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ print(f"Prediction: {'Correct' if score > 0.5 else 'Incorrect'}")
61
 
62
  ## Training Details
63
 
64
- This model was trained using the [Weaver distillation pipeline](https://github.com/ScalingIntelligence/scaling-verification/tree/main/distillation). For training your own distilled models, see the [distillation README](https://github.com/ScalingIntelligence/scaling-verification/blob/main/distillation/README.md).
65
 
66
  ## Evaluation
67
 
 
61
 
62
  ## Training Details
63
 
64
+ This model was trained using the [Weaver distillation pipeline](https://github.com/HazyResearch/scaling-verification). For training your own distilled models, see the [distillation README](https://github.com/ScalingIntelligence/scaling-verification/blob/main/distillation/README.md).
65
 
66
  ## Evaluation
67