Safetensors
kgreenewald commited on
Commit
cd45e7c
·
verified ·
1 Parent(s): 036c828

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ REWRITE_PROMPT = "<|start_of_role|>rewrite: " + INSTRUCTION_TEXT + JSON + "<|end
58
  device=torch.device('cuda' if torch.cuda.is_available() else 'cpu')
59
 
60
  BASE_NAME = "ibm-granite/granite-3.2-8b-instruct"
61
- LORA_NAME = "ibm-granite/granite-3.2-8b-query_rewrite_lora"
62
 
63
  tokenizer = AutoTokenizer.from_pretrained(BASE_NAME, padding_side='left',trust_remote_code=True)
64
  model_base = AutoModelForCausalLM.from_pretrained(BASE_NAME, device_map ='auto')
 
58
  device=torch.device('cuda' if torch.cuda.is_available() else 'cpu')
59
 
60
  BASE_NAME = "ibm-granite/granite-3.2-8b-instruct"
61
+ LORA_NAME = "ibm-granite/granite-3.2-8b-lora-rag-query-rewrite"
62
 
63
  tokenizer = AutoTokenizer.from_pretrained(BASE_NAME, padding_side='left',trust_remote_code=True)
64
  model_base = AutoModelForCausalLM.from_pretrained(BASE_NAME, device_map ='auto')