Update README.md
Browse files
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 = "
|
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,
|