rishdotblog commited on
Commit
4ccba91
1 Parent(s): a88aee5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ We classified each generated question into one of 5 categories. The table displa
49
  | where | 80 | 77.1 | 74.3 | 74.3 | 62.9 | 60 | 54.3 |
50
 
51
  ## Using SQLCoder
52
- You can use SQLCoder via the `transformers` library by downloading our model weights from the Hugging Face repo. We have added sample code for [inference](./inference.py) on a [sample database schema](./metadata.sql).
53
  ```bash
54
  python inference.py -q "Question about the sample database goes here"
55
 
 
49
  | where | 80 | 77.1 | 74.3 | 74.3 | 62.9 | 60 | 54.3 |
50
 
51
  ## Using SQLCoder
52
+ You can use SQLCoder via the `transformers` library by downloading our model weights from the Hugging Face repo. We have added sample code for [inference](https://github.com/defog-ai/sqlcoder/blob/main/inference.py) on a [sample database schema](https://github.com/defog-ai/sqlcoder/blob/main/metadata.sql).
53
  ```bash
54
  python inference.py -q "Question about the sample database goes here"
55