Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ chat_interface = ChatInterface(
|
|
117 |
["What are great things cook when getting started with Asian cooking?"],
|
118 |
["Who was Anthony Bourdain?"],
|
119 |
],
|
120 |
-
title="💪🏽🦾 LLM human-feedback collector ChatInterface 🦾💪🏽",
|
121 |
description="""This is an adaptation of the gr.ChatInferface which allows for human feedback collection for SFT, DPO and KTO.""",
|
122 |
)
|
123 |
|
|
|
117 |
["What are great things cook when getting started with Asian cooking?"],
|
118 |
["Who was Anthony Bourdain?"],
|
119 |
],
|
120 |
+
title="💪🏽🦾 LLM human-feedback collector ChatInterface (DPO) 🦾💪🏽",
|
121 |
description="""This is an adaptation of the gr.ChatInferface which allows for human feedback collection for SFT, DPO and KTO.""",
|
122 |
)
|
123 |
|