Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ 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 |
# Use a pipeline as a high-level helper
|
16 |
from transformers import pipeline
|
17 |
|
|
|
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
|
19 |
from transformers import pipeline
|
20 |
|