Update README.md
Browse files
README.md
CHANGED
@@ -134,7 +134,7 @@ model = PeftModel.from_pretrained(model, peft_model_id)
|
|
134 |
|
135 |
```python
|
136 |
# run the model
|
137 |
-
prompt = """<human>: My name is Daniel. Write a
|
138 |
<bot>:"""
|
139 |
|
140 |
batch = tokenizer(
|
|
|
134 |
|
135 |
```python
|
136 |
# run the model
|
137 |
+
prompt = """<human>: My name is Daniel. Write a short email to my closest friends inviting them to come to my home on Friday for a dinner party, I will make the food but tell them to BYOB.
|
138 |
<bot>:"""
|
139 |
|
140 |
batch = tokenizer(
|