Safetensors
Amharic
atsuki-yamaguchi commited on
Commit
ed36c07
·
verified ·
1 Parent(s): b325711

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
37
  )
38
  model = PeftModel.from_pretrained(
39
  base_model,
40
- "atsuki-yamaguchi/OLMo-2-1124-7B-Instruct-am-adalora",
41
  )
42
  model = model.merge_and_unload()
43
  tokenizer = AutoTokenizer.from_pretrained(
 
37
  )
38
  model = PeftModel.from_pretrained(
39
  base_model,
40
+ "ssu-project/OLMo-2-1124-7B-Instruct-am-adalora",
41
  )
42
  model = model.merge_and_unload()
43
  tokenizer = AutoTokenizer.from_pretrained(