Update README.md
Browse files
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 = '''
|
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)
|