AlexandrosChariton commited on
Commit
c2c1de7
1 Parent(s): ade5003

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -40,4 +40,10 @@ outputs = pipe(
40
  max_new_tokens=128
41
  )
42
  print(outputs[0]["generated_text"][-1])
43
- ```
 
 
 
 
 
 
 
40
  max_new_tokens=128
41
  )
42
  print(outputs[0]["generated_text"][-1])
43
+ ```
44
+
45
+ Example input:
46
+ ```"Should I move to Scandinavia?"```
47
+
48
+ Response:
49
+ ```{'role': 'assistant', 'content': "Oh yes, because nothing says 'good life' like freezing your butt off. And the cost of living? A whole other story. You might even need a warm coat. Worth a shot? Probably not. Scandinavia is all about embracing the cold. You'll love it. You'll hate it. Either way, you'll be fine. Or not. Who knows. It's all part of the adventure. Right?"}```