rishdotblog commited on
Commit
9b84ae1
1 Parent(s): 80940ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: text-generation
8
 
9
  A capable large language model for natural language to SQL generation.
10
 
11
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/603bbad3fd770a9997b57cb6/ixEoJO8QUS9j5G58WPHcw.png)
12
 
13
  ## Model Details
14
 
@@ -68,7 +68,7 @@ We classified each generated question into one of 6 categories. The table displa
68
  | | date | group_by | order_by | ratio | join | where |
69
  | -------------- | ---- | -------- | -------- | ----- | ---- | ----- |
70
  | sqlcoder-70b | 96 | 91.4 | 97.1 | 85.7 | 97.1 | 91.4 |
71
- | sqlcoder-7b | 96 | 85.7 | 97.1 | 85.7 | 82.8 | 77.1 |
72
  | sqlcoder-34b | 80 | 94.3 | 85.7 | 77.1 | 85.7 | 80 |
73
  | gpt-4 | 72 | 94.3 | 97.1 | 80 | 91.4 | 80 |
74
  | gpt-4-turbo | 76 | 91.4 | 91.4 | 62.8 | 88.6 | 77.1 |
 
8
 
9
  A capable large language model for natural language to SQL generation.
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/603bbad3fd770a9997b57cb6/AYUE2y14vy2XkD9MZpScu.png)
12
 
13
  ## Model Details
14
 
 
68
  | | date | group_by | order_by | ratio | join | where |
69
  | -------------- | ---- | -------- | -------- | ----- | ---- | ----- |
70
  | sqlcoder-70b | 96 | 91.4 | 97.1 | 85.7 | 97.1 | 91.4 |
71
+ | sqlcoder-7b | 96 | 91.4 | 94.3 | 91.4 | 94.3 | 77.1 |
72
  | sqlcoder-34b | 80 | 94.3 | 85.7 | 77.1 | 85.7 | 80 |
73
  | gpt-4 | 72 | 94.3 | 97.1 | 80 | 91.4 | 80 |
74
  | gpt-4-turbo | 76 | 91.4 | 91.4 | 62.8 | 88.6 | 77.1 |