Text Generation
Transformers
Safetensors
olmo3
conversational
tz1211 commited on
Commit
dae07f2
·
verified ·
1 Parent(s): f208752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ from patching.patch import build_intermediate_model
43
 
44
  intermediate_model = build_intermediate_model(
45
  teacher_name_or_path = "allenai/Olmo-3-7B-Instruct",
46
- student_name_or_path = "Harvard-DCML/ADAPT-Olmo3-2.3B-Instruct",
47
  num_layers_to_patch = 2,
48
  patch_first_k_layers = True,
49
  dtype = torch.bfloat16,
 
43
 
44
  intermediate_model = build_intermediate_model(
45
  teacher_name_or_path = "allenai/Olmo-3-7B-Instruct",
46
+ student_name_or_path = "Harvard-DCML/ADAPT-Olmo3-4.3B-Instruct",
47
  num_layers_to_patch = 2,
48
  patch_first_k_layers = True,
49
  dtype = torch.bfloat16,