Commit
·
3ee33b2
1
Parent(s):
e8c9c83
Update README.md
Browse files
README.md
CHANGED
@@ -52,10 +52,6 @@ This model is governed by a custom commercial license from Code Llama. For detai
|
|
52 |
## Example Code
|
53 |
|
54 |
You can use the Code-Llama-2-7B-instruct-text2sql-GPTQ model to generate SQL queries from natural language questions, as demonstrated in the following code snippet:
|
55 |
-
```cmd
|
56 |
-
pip install -q accelerate transformers optimum auto-gptq
|
57 |
-
```
|
58 |
-
|
59 |
```python
|
60 |
import torch
|
61 |
from transformers import AutoTokenizer
|
|
|
52 |
## Example Code
|
53 |
|
54 |
You can use the Code-Llama-2-7B-instruct-text2sql-GPTQ model to generate SQL queries from natural language questions, as demonstrated in the following code snippet:
|
|
|
|
|
|
|
|
|
55 |
```python
|
56 |
import torch
|
57 |
from transformers import AutoTokenizer
|