AdaptLLM commited on
Commit
7733dc7
·
1 Parent(s): d36faeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Options:
56
 
57
  Please provide your choice first and then provide explanations if possible.'''
58
 
59
- # Simply use your input as the prompt
60
  prompt = user_input
61
 
62
  inputs = tokenizer(prompt, return_tensors="pt", add_special_tokens=False).input_ids.to(model.device)
 
56
 
57
  Please provide your choice first and then provide explanations if possible.'''
58
 
59
+ # Simply use your input as the prompt for base models
60
  prompt = user_input
61
 
62
  inputs = tokenizer(prompt, return_tensors="pt", add_special_tokens=False).input_ids.to(model.device)