QagentS commited on
Commit
f7a1363
1 Parent(s): 8b92ee7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -25,6 +25,8 @@ datasets:
25
  - PipableAI/spider-bird
26
  ---
27
  # Pipable’s pipSQL
 
 
28
 
29
  Pipable’s pipSQL is a model distilled from llama 1b to generate sql queries given prompt and schema.
30
  We used a unique pipeline which involved the model working on two objectives alternatively ----
 
25
  - PipableAI/spider-bird
26
  ---
27
  # Pipable’s pipSQL
28
+ Please refer to https://huggingface.co/PipableAI/pipSQL-1.3b for our state of the art model, that gives better performance than chatgpt and claude on sql tasks on a lot of benchmarks.
29
+
30
 
31
  Pipable’s pipSQL is a model distilled from llama 1b to generate sql queries given prompt and schema.
32
  We used a unique pipeline which involved the model working on two objectives alternatively ----