juierror commited on
Commit
b383c9a
1 Parent(s): 4fe7088

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -32,6 +32,4 @@ def inference(question: str, table: List[str]) -> str:
32
  print(inference(question="get people name with age equal 25", table=["id", "name", "age"]))
33
  ```
34
 
35
- There are newer version of this using Flan-T5 as a based model. You can check out [here](https://huggingface.co/juierror/flan-t5-text2sql-with-schema)
36
-
37
- PS. From this [discussion](https://huggingface.co/juierror/flan-t5-text2sql-with-schema/discussions/5), I think the base model that I use for finetune did not support the token `<`, so this might not be a good model to do this tasks.
 
32
  print(inference(question="get people name with age equal 25", table=["id", "name", "age"]))
33
  ```
34
 
35
+ There are newer version of this using Flan-T5 as a based model. You can check out [here](https://huggingface.co/juierror/flan-t5-text2sql-with-schema-v2)