anirudh248 commited on
Commit
ad009a2
·
verified ·
1 Parent(s): 38fdbac

Update retrieval_qa_pipeline.py

Browse files
Files changed (1) hide show
  1. 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 = "username/my_fine_tuned_model"
90
- dataset_name = "PranavKeshav/upf_code"
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...")