JacksonLark
commited on
Commit
•
096e96a
1
Parent(s):
5432762
Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,4 @@ response_text = tokenizer.batch_decode(output_ids, skip_special_tokens=True, cle
|
|
26 |
# SELECT name FROM table WHERE age < 25
|
27 |
```
|
28 |
|
29 |
-
reference: https://huggingface.co/juierror/flan-t5-text2sql-with-schema
|
|
|
26 |
# SELECT name FROM table WHERE age < 25
|
27 |
```
|
28 |
|
29 |
+
reference: [juierror/flan-t5-text2sql-with-schema](https://huggingface.co/juierror/flan-t5-text2sql-with-schema) - fix this [discussion](https://huggingface.co/juierror/flan-t5-text2sql-with-schema/discussions/5)
|