acecalisto3 commited on
Commit
9573d2c
·
verified ·
1 Parent(s): 0b5abf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ AVAILABLE_CODE_GENERATIVE_MODELS = [
42
  ]
43
 
44
  # Load pre-trained RAG retriever
45
- rag_retriever = RagRetriever.from_pretrained("facebook/rag-sequence-base") # Use a Hugging Face RAG model
46
 
47
  # Load pre-trained chat model
48
  chat_model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/DialoGPT-medium") # Use a Hugging Face chat model
 
42
  ]
43
 
44
  # Load pre-trained RAG retriever
45
+ rag_retriever = RagRetriever.from_pretrained("neural-bridge/rag-dataset-1200") # Use a Hugging Face RAG model
46
 
47
  # Load pre-trained chat model
48
  chat_model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/DialoGPT-medium") # Use a Hugging Face chat model