awacke1 commited on
Commit
d5da4a8
·
1 Parent(s): 0e008da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -43,6 +43,8 @@ def medical_director():
43
  def main():
44
  st.title("Mixture of Medical Experts Model")
45
  st.write("Harness the power of AI with this specialized healthcare framework! 🎉")
 
 
46
 
47
  role = st.selectbox("Select AI Role:", [
48
  "Triage and Check-in Expert",
 
43
  def main():
44
  st.title("Mixture of Medical Experts Model")
45
  st.write("Harness the power of AI with this specialized healthcare framework! 🎉")
46
+ st.write("#### In LLM Multi System Agents, we define a set of eight roles for achieving a mission, then benchmark performance across LLMs to find datasets with need alignment.")
47
+ st.markdown("#### MTBench: https://huggingface.co/spaces/awacke1/MTBenchmarkForChatGPTMetricsScoring")
48
 
49
  role = st.selectbox("Select AI Role:", [
50
  "Triage and Check-in Expert",