Update README.md
Browse files
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 |
-
#
|
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.
|