gaverfraxz commited on
Commit
1713138
1 Parent(s): 7c74fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -63,14 +63,14 @@ def main():
63
 
64
  base_model_name = st.text_input(
65
  "Base Model Name",
66
- value="meta-llama/Meta-Llama-3-70B-Instruct",
67
- help="Enter the name of the base model from Hugging Face"
68
  )
69
 
70
  chat_model_name = st.text_input(
71
  "Chat Model Name",
72
- value="mattshumer/Reflection-Llama-3.1-70B",
73
- help="Enter the name of the chat model from Hugging Face"
74
  )
75
 
76
  if st.button("Compare Models"):
 
63
 
64
  base_model_name = st.text_input(
65
  "Base Model Name",
66
+ value="meta-llama/Llama-3.1-8B",
67
+ help="Enter the name of the base model"
68
  )
69
 
70
  chat_model_name = st.text_input(
71
  "Chat Model Name",
72
+ value="meta-llama/Llama-3.1-8B-Instruct",
73
+ help="Enter the name of the chat model"
74
  )
75
 
76
  if st.button("Compare Models"):