Update README.md
Browse files
README.md
CHANGED
@@ -75,13 +75,14 @@ result = generator(
|
|
75 |
print(result[0]['generated_text'])
|
76 |
```
|
77 |
|
|
|
|
|
|
|
|
|
78 |
This model is a fine-tuned version of `distilgpt2` on the postbot/multi-emails-100k dataset.
|
79 |
It achieves the following results on the evaluation set:
|
80 |
- Loss: 1.9126
|
81 |
|
82 |
-
## Model description
|
83 |
-
|
84 |
-
More information needed
|
85 |
|
86 |
## Intended uses & limitations
|
87 |
|
|
|
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.
|
83 |
It achieves the following results on the evaluation set:
|
84 |
- Loss: 1.9126
|
85 |
|
|
|
|
|
|
|
86 |
|
87 |
## Intended uses & limitations
|
88 |
|