Update retrieval_qa_pipeline.py
Browse files- retrieval_qa_pipeline.py +2 -2
retrieval_qa_pipeline.py
CHANGED
|
@@ -86,8 +86,8 @@ def build_retrieval_qa_pipeline(model, tokenizer, vectorstore):
|
|
| 86 |
|
| 87 |
def main():
|
| 88 |
# Replace these names with your model and dataset repo names
|
| 89 |
-
model_name = "
|
| 90 |
-
dataset_name = "PranavKeshav/
|
| 91 |
faiss_index_path = "faiss_index"
|
| 92 |
|
| 93 |
print("Starting pipeline setup...")
|
|
|
|
| 86 |
|
| 87 |
def main():
|
| 88 |
# Replace these names with your model and dataset repo names
|
| 89 |
+
model_name = "anirudh248/upf_code_generator_final"
|
| 90 |
+
dataset_name = "PranavKeshav/upf_dataset"
|
| 91 |
faiss_index_path = "faiss_index"
|
| 92 |
|
| 93 |
print("Starting pipeline setup...")
|