Commit
•
d355157
1
Parent(s):
cdbc268
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ chat_interface = ChatInterface(
|
|
68 |
prefence_techniques="dpo",
|
69 |
min_turns=1,
|
70 |
max_turns=10,
|
71 |
-
repo_id="llm-human-feedback-collector-chat-interface",
|
72 |
chatbot=gr.Chatbot(
|
73 |
height=450, label="Meta-Llama-3-8B-Instruct", show_share_button=True, avatar_images=(None, "geitje-logo.jpg")
|
74 |
),
|
|
|
68 |
prefence_techniques="dpo",
|
69 |
min_turns=1,
|
70 |
max_turns=10,
|
71 |
+
repo_id="llm-human-feedback-collector-chat-interface-dpo",
|
72 |
chatbot=gr.Chatbot(
|
73 |
height=450, label="Meta-Llama-3-8B-Instruct", show_share_button=True, avatar_images=(None, "geitje-logo.jpg")
|
74 |
),
|