jonsaadfalcon commited on
Commit
b2eed23
·
verified ·
1 Parent(s): 10f00b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -18
README.md CHANGED
@@ -60,24 +60,6 @@ print(f"Correctness score: {score:.3f}")
60
  print(f"Prediction: {'Correct' if score > 0.5 else 'Incorrect'}")
61
  ```
62
 
63
- ## Training Details
64
-
65
- 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).
66
-
67
- ## Evaluation
68
-
69
- Evaluate this model using:
70
-
71
- ```bash
72
- python evaluate_crossencoder.py \
73
- --model_name "answerdotai/ModernBERT-large" \
74
- --checkpoint_path "hazyresearch/Weaver_Distilled_for_MMLU-Pro" \
75
- --dataset_path "hazyresearch/MMLU-Pro_with_Llama_3.1_70B_Instruct_v1" \
76
- --dataset_split "data" \
77
- --max_length 4096 \
78
- --batch_size 64
79
- ```
80
-
81
  ## Citation
82
 
83
  ```bibtex
 
60
  print(f"Prediction: {'Correct' if score > 0.5 else 'Incorrect'}")
61
  ```
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ## Citation
64
 
65
  ```bibtex