dbernsohn commited on
Commit
0e64955
·
1 Parent(s): b1c0269

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- The model can be loaded like so:
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