ekshat commited on
Commit
7c4aad7
1 Parent(s): e8c5ea3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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