pszemraj commited on
Commit
f583010
1 Parent(s): d6e3582

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -49,9 +49,10 @@ generator = pipeline(
49
 
50
  prompt = """
51
  Hello,
52
- I just wanted to follow up on the bubblegum shipment."""
53
- # generate
54
- generator(prompt)
 
55
  ```
56
  - [Link to notebook](https://colab.research.google.com/gist/pszemraj/acadd34e11a8dd9df8e7e25a8ec2537a/email-autocomplete-demo.ipynb) on Colab
57
  > For this model, formatting matters. The results may be (significantly) different between the structure outlined above and `prompt = "Hey, just wanted to ..."` etc.
 
49
 
50
  prompt = """
51
  Hello,
52
+
53
+ Following up on the bubblegum shipment."""
54
+
55
+ generator(prompt) # generate
56
  ```
57
  - [Link to notebook](https://colab.research.google.com/gist/pszemraj/acadd34e11a8dd9df8e7e25a8ec2537a/email-autocomplete-demo.ipynb) on Colab
58
  > For this model, formatting matters. The results may be (significantly) different between the structure outlined above and `prompt = "Hey, just wanted to ..."` etc.