Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,6 @@ tags:
|
|
12 |
This Model is based on Llama-2 7B model provided by Meta. The Model accepts text and return SQL-query. This Model has been fine-tuned on "NousResearch/Llama-2-7b-hf".
|
13 |
|
14 |
```python
|
15 |
-
|
16 |
! pip install transformers accelerate
|
17 |
|
18 |
# Use a pipeline as a high-level helper
|
|
|
12 |
This Model is based on Llama-2 7B model provided by Meta. The Model accepts text and return SQL-query. This Model has been fine-tuned on "NousResearch/Llama-2-7b-hf".
|
13 |
|
14 |
```python
|
|
|
15 |
! pip install transformers accelerate
|
16 |
|
17 |
# Use a pipeline as a high-level helper
|