Update README.md
Browse files
README.md
CHANGED
@@ -102,8 +102,8 @@ alpaca_prompt = """Below is an instruction that describes a task, paired with an
|
|
102 |
inputs = tokenizer(
|
103 |
[
|
104 |
alpaca_prompt.format(
|
105 |
-
"
|
106 |
-
"
|
107 |
"", # output - leave this blank for generation!
|
108 |
)
|
109 |
], return_tensors = "pt").to("cuda")
|
|
|
102 |
inputs = tokenizer(
|
103 |
[
|
104 |
alpaca_prompt.format(
|
105 |
+
"", # instruction
|
106 |
+
"I hope you're doing well. I've been going through a really painful divorce recently, and I've been feeling quite lost and uncertain about the future. It's been a really difficult time for me.", # input
|
107 |
"", # output - leave this blank for generation!
|
108 |
)
|
109 |
], return_tensors = "pt").to("cuda")
|