darsoarafa commited on
Commit
201a4cf
·
verified ·
1 Parent(s): 5e22d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ data = dataset["train"]
19
  data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
20
 
21
 
22
- # model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
23
- model_id = "google/gemma-2-2b-it"
24
 
25
  # use quantization to lower GPU usage
26
  bnb_config = BitsAndBytesConfig(
 
19
  data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
20
 
21
 
22
+ model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
23
+ # model_id = "google/gemma-2-2b-it"
24
 
25
  # use quantization to lower GPU usage
26
  bnb_config = BitsAndBytesConfig(