Safetensors
Nepali
atsuki-yamaguchi commited on
Commit
f0fa345
·
verified ·
1 Parent(s): 90c3d85

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-ne-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-ne-adalora",
41
  )
42
  model = model.merge_and_unload()
43
  tokenizer = AutoTokenizer.from_pretrained(