juierror commited on
Commit
1954c5c
1 Parent(s): 9a553d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -31,3 +31,5 @@ def inference(question: str, table: List[str]) -> str:
31
 
32
  print(inference(question="get people name with age equal 25", table=["id", "name", "age"]))
33
  ```
 
 
 
31
 
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)