onekq commited on
Commit
48ea1cd
·
verified ·
1 Parent(s): bad981b

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 **16** seconds to generate a SQL query at **9** 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 **16** seconds to generate a SQL query at **9** characters per second.