Skip to content

Commit 2fc644e

Browse files
authored
tweaks
1 parent ea2833f commit 2fc644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Download cached SQL execution order to normal order mappings:
172172
</tr>
173173
</table>
174174

175-
**Why this cache?** The overhead of converting thousands of SQL queries from execution order to normal order is large, so we cached the conversion for Spider dev set in our experiments. Without using the cached conversion results inference on the dev set will be slow. The model still runs fast for individual queries without using a cache.
175+
**Why this cache?** The overhead of converting thousands of SQL queries from execution order to normal order is large, so we cached the conversion for Spider dev set in our experiments. Without using the cache inference on the dev set will be slow. The model still runs fast for individual queries without using a cache.
176176

177177
```
178178
mv dev.eo.pred.restored.pkl.gz data/spider

0 commit comments

Comments
 (0)