pszemraj commited on
Commit
06b3210
1 Parent(s): 218a890

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,6 +50,8 @@ parameters:
50
 
51
  > This is a V2, which should perform better than V1. This is in the process of being evaluated.
52
 
 
 
53
  Why write the rest of your email when you can generate it?
54
 
55
  ```python
@@ -75,8 +77,6 @@ result = generator(
75
  print(result[0]['generated_text'])
76
  ```
77
 
78
- **[colab notebook](https://colab.research.google.com/gist/pszemraj/d1c2d88b6120cca4ca7df078ea1d1e50/scratchpad.ipynb)**
79
-
80
  ## Model description
81
 
82
  This model is a fine-tuned version of `distilgpt2` on the postbot/multi-emails-100k dataset.
 
50
 
51
  > This is a V2, which should perform better than V1. This is in the process of being evaluated.
52
 
53
+ [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/gist/pszemraj/d1c2d88b6120cca4ca7df078ea1d1e50/scratchpad.ipynb)
54
+
55
  Why write the rest of your email when you can generate it?
56
 
57
  ```python
 
77
  print(result[0]['generated_text'])
78
  ```
79
 
 
 
80
  ## Model description
81
 
82
  This model is a fine-tuned version of `distilgpt2` on the postbot/multi-emails-100k dataset.