dbernsohn commited on
Commit
4c998c5
·
1 Parent(s): 286e12d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -2,6 +2,7 @@
2
 
3
  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).
4
 
 
5
  The model can be loaded like so:
6
 
7
  ```python
 
2
 
3
  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).
4
 
5
+ [https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html] (t5)
6
  The model can be loaded like so:
7
 
8
  ```python