Spaces:
Running
Running
Update app.py
Browse files
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("
|
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
|