Text Generation
PEFT
Safetensors
dfurman commited on
Commit
24e8539
1 Parent(s): ed8c33a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 long 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(
 
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(