Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ It achieves the following results on the evaluation set:
|
|
22 |
- Rougelsum: 37.9982
|
23 |
- Gen Len: 77.0
|
24 |
|
25 |
-
##
|
26 |
```python
|
27 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
28 |
|
|
|
22 |
- Rougelsum: 37.9982
|
23 |
- Gen Len: 77.0
|
24 |
|
25 |
+
## Let's see the model in action!
|
26 |
```python
|
27 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
28 |
|