Update README.md
Browse files
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.
|