onekq commited on
Commit
0b3f11f
·
verified ·
1 Parent(s): 4ee44b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ The model response is the finished SQL query without **SELECT**
48
  * FROM students ORDER BY age ASC LIMIT 3
49
  ```
50
 
51
- # User Experience
52
 
53
  Speed benchmark of this model is obtained on a MacBook Air with M1 processor and 8GB of RAM, the lower bound of Apple Silicon.
54
  On average, it took **8.76** seconds to generate a SQL query at **16.7** characters per second.
 
48
  * FROM students ORDER BY age ASC LIMIT 3
49
  ```
50
 
51
+ # Interactivity
52
 
53
  Speed benchmark of this model is obtained on a MacBook Air with M1 processor and 8GB of RAM, the lower bound of Apple Silicon.
54
  On average, it took **8.76** seconds to generate a SQL query at **16.7** characters per second.