QagentS commited on
Commit
6026f13
1 Parent(s): f7a1363

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -33,8 +33,7 @@ We used a unique pipeline which involved the model working on two objectives alt
33
  1. Maximizing the log prob of all tokens in the sequence (including the prompt tokens)
34
  2. Minimizng the difference between the true value and the predicted maximum value of the output tokens i.e generated tokens for the sql query slice of the entire sequence.
35
 
36
- During our research on training models of different param sizes, we have seen recurring pattern where zero shot inference capabilities on questions that need decuctive reasoning, is an attribute that models with params higher than 2.7B exhibit.
37
- pip-SQL-1B is demonstrative, refer to pip-SQL-7B and pip-SQL-3B(coming soon)for SOTA models open sourced by pipable
38
 
39
 
40
 
 
33
  1. Maximizing the log prob of all tokens in the sequence (including the prompt tokens)
34
  2. Minimizng the difference between the true value and the predicted maximum value of the output tokens i.e generated tokens for the sql query slice of the entire sequence.
35
 
36
+
 
37
 
38
 
39