Spaces:
Sleeping
Sleeping
Commit ·
f54faaa
1
Parent(s): 23fe003
update meta llama model to 3.1-8B-intstruct
Browse files- .gitignore +4 -1
- app.py +1 -1
.gitignore
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
venv
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
venv
|
| 2 |
+
.gitattributes
|
| 3 |
+
.gitignore
|
| 4 |
+
README.md
|
app.py
CHANGED
|
@@ -46,7 +46,7 @@ st.sidebar.title("Settings")
|
|
| 46 |
model_name = st.sidebar.selectbox(
|
| 47 |
"Choose a Model",
|
| 48 |
[
|
| 49 |
-
"meta-llama/
|
| 50 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
| 51 |
"HuggingFaceH4/zephyr-7b-beta",
|
| 52 |
"microsoft/Phi-3.5-mini-instruct",
|
|
|
|
| 46 |
model_name = st.sidebar.selectbox(
|
| 47 |
"Choose a Model",
|
| 48 |
[
|
| 49 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
| 50 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
| 51 |
"HuggingFaceH4/zephyr-7b-beta",
|
| 52 |
"microsoft/Phi-3.5-mini-instruct",
|