davidberenstein1957 HF staff commited on
Commit
b86214b
·
verified ·
1 Parent(s): 63414cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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