aksinghyaani commited on
Commit
94122b8
·
verified ·
1 Parent(s): 4bf161d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -110,7 +110,10 @@ model = AutoModelForCausalLM.from_pretrained(
110
  device_map="auto",
111
  ).eval()
112
 
113
- prompt = "Newton's Second Law"
 
 
 
114
  model_inputs = tokenizer([prompt], return_tensors="pt").to(model.device)
115
 
116
  outputs = model.generate(
 
110
  device_map="auto",
111
  ).eval()
112
 
113
+ prompt = """
114
+ The night was quiet and the streets were empty.
115
+ A single light flickered in the distance. Someone was walking slowly, carrying a small bag. Suddenly,
116
+ """
117
  model_inputs = tokenizer([prompt], return_tensors="pt").to(model.device)
118
 
119
  outputs = model.generate(