pszemraj commited on
Commit
0ff1ddb
1 Parent(s): 280daa0

format, add link to postbot

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -34,13 +34,14 @@ inference:
34
  repetition_penalty: 3.5
35
  ---
36
 
37
- > NOTE: there is currently a bug with huggingface API for OPT models. Please use the [colab notebook](https://colab.research.google.com/gist/pszemraj/40c46deed730bfca553b8c4b257a7b77/email-autocomplete-demo.ipynb) to test :)
38
 
39
  # opt for email generation - 350M
40
 
 
 
41
  Why write the rest of your email when you can generate it?
42
 
43
- ```
44
  from transformers import pipeline
45
 
46
  model_tag = "pszemraj/opt-350m-email-generation"
34
  repetition_penalty: 3.5
35
  ---
36
 
 
37
 
38
  # opt for email generation - 350M
39
 
40
+ > If you like the idea of wasting less time on emails, further work on this topic can be found [on this hf org page](https://huggingface.co/postbot)
41
+
42
  Why write the rest of your email when you can generate it?
43
 
44
+ ```python
45
  from transformers import pipeline
46
 
47
  model_tag = "pszemraj/opt-350m-email-generation"