TitleOS commited on
Commit
b8a8a59
·
verified ·
1 Parent(s): 1a292c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ A proper inference script will be provided eventually™ but for the time being,
62
  print(f"New embed_tokens shape: {model.get_input_embeddings().weight.shape}")
63
  print(f"New lm_head shape: {model.get_output_embeddings().weight.shape}")
64
  print("\nLoading adapter...")
65
- model.load_adapter(MODEL_NAME, adapter_name="default", device_map="auto")
66
  print("Adapter loaded successfully!")
67
 
68
  def evaluate(instruction, input=None):
 
62
  print(f"New embed_tokens shape: {model.get_input_embeddings().weight.shape}")
63
  print(f"New lm_head shape: {model.get_output_embeddings().weight.shape}")
64
  print("\nLoading adapter...")
65
+ model.load_adapter(ADAPTER_PATH, adapter_name="default", device_map="auto")
66
  print("Adapter loaded successfully!")
67
 
68
  def evaluate(instruction, input=None):