Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ datasets:
|
|
7 |
|
8 |
This is a [t5-small](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html) fine-tuned version on the [wikisql dataset](https://huggingface.co/datasets/wikisql) for **SQL** to **English** **translation** text2text mission.
|
9 |
|
10 |
-
|
11 |
(necessary packages: !pip install transformers sentencepiece)
|
12 |
```python
|
13 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
|
|
7 |
|
8 |
This is a [t5-small](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html) fine-tuned version on the [wikisql dataset](https://huggingface.co/datasets/wikisql) for **SQL** to **English** **translation** text2text mission.
|
9 |
|
10 |
+
To load the model:
|
11 |
(necessary packages: !pip install transformers sentencepiece)
|
12 |
```python
|
13 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|