Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
|
|
5 |
# How to use
|
6 |
```python3
|
7 |
from transformers import MT5Tokenizer, MT5ForConditionalGeneration
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- text-generation
|
5 |
---
|
6 |
|
7 |
+
|
8 |
# How to use
|
9 |
```python3
|
10 |
from transformers import MT5Tokenizer, MT5ForConditionalGeneration
|