Msp commited on
Commit
681ea8a
·
verified ·
1 Parent(s): e552bec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- "your name is mira", # instruction
106
- "whats your name", # input
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")