Safetensors
gpt_neox
s-kangasl commited on
Commit
643e51f
·
verified ·
1 Parent(s): b4c8937

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ from patching.patch import build_intermediate_model
36
 
37
  intermediate_model = build_intermediate_model(
38
  teacher_name_or_path = "EleutherAI/pythia-2.8b",
39
- student_name_or_path = "s-kangasl/boomerang-pythia-1.6B",
40
  num_layers_to_patch = 2,
41
  patch_first_k_layers = False,
42
  dtype = torch.bfloat16,
 
36
 
37
  intermediate_model = build_intermediate_model(
38
  teacher_name_or_path = "EleutherAI/pythia-2.8b",
39
+ student_name_or_path = "Harvard-DCML/boomerang-pythia-1.6B",
40
  num_layers_to_patch = 2,
41
  patch_first_k_layers = False,
42
  dtype = torch.bfloat16,