JacksonLark
commited on
Commit
•
f86abe4
1
Parent(s):
99888a9
Update README.md
Browse files
README.md
CHANGED
@@ -31,4 +31,8 @@ response_text = tokenizer.batch_decode(output_ids, skip_special_tokens=True, cle
|
|
31 |
# SELECT name FROM table WHERE age < 25
|
32 |
```
|
33 |
|
34 |
-
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)
|
|
|
|
|
|
|
|
|
|
31 |
# SELECT name FROM table WHERE age < 25
|
32 |
```
|
33 |
|
34 |
+
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)
|
35 |
+
|
36 |
+
# How to Train
|
37 |
+
|
38 |
+
Quick start: https://github.com/huggingface/transformers/blob/main/examples/pytorch/summarization/README.md
|