Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,8 @@ For more details, please see [Dataset for Automatic Summarization of Russian New
|
|
32 |
|
33 |
#### How to use
|
34 |
|
|
|
|
|
35 |
```python
|
36 |
from transformers import MBartTokenizer, MBartForConditionalGeneration
|
37 |
|
|
|
32 |
|
33 |
#### How to use
|
34 |
|
35 |
+
Colab: [link](https://colab.research.google.com/drive/1wdo_nPZPk6dWAn1J8nGx4Z5Ef82jCCob)
|
36 |
+
|
37 |
```python
|
38 |
from transformers import MBartTokenizer, MBartForConditionalGeneration
|
39 |
|