iarbel commited on
Commit
14e54f2
1 Parent(s): fa9237a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -146,7 +146,7 @@ model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
146
  model = PeftModel.from_pretrained(model, "iarbel/mistral-law-7b-beta")
147
 
148
  # Put your input here:
149
- user_input = '''Question: What can you tell me about ex post facto laws?'''
150
 
151
  # Apply the prompt template
152
  prompt = tokenizer.apply_chat_template(user_input, tokenize=False)
 
146
  model = PeftModel.from_pretrained(model, "iarbel/mistral-law-7b-beta")
147
 
148
  # Put your input here:
149
+ user_input = '''What can you tell me about ex post facto laws?'''
150
 
151
  # Apply the prompt template
152
  prompt = tokenizer.apply_chat_template(user_input, tokenize=False)