Spaces:
Sleeping
Sleeping
gaverfraxz
commited on
Commit
•
1713138
1
Parent(s):
7c74fcf
Update app.py
Browse files
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/
|
67 |
-
help="Enter the name of the base model
|
68 |
)
|
69 |
|
70 |
chat_model_name = st.text_input(
|
71 |
"Chat Model Name",
|
72 |
-
value="
|
73 |
-
help="Enter the name of the chat model
|
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"):
|