Spaces:
Sleeping
Sleeping
Commit
·
a6cdf26
1
Parent(s):
5546947
new moel
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from evaluations.repo_evaluations import evaluate
|
|
3 |
from evaluations.models import RemoteLLM
|
4 |
import requests
|
5 |
|
6 |
-
model = RemoteLLM("meta-llama/Llama-3.1-70B-Instruct
|
7 |
|
8 |
st.write("\n")
|
9 |
st.write("Welcome to the online reproducibility evaluation tool!")
|
|
|
3 |
from evaluations.models import RemoteLLM
|
4 |
import requests
|
5 |
|
6 |
+
model = RemoteLLM("syzymon/long_llama_3b_v1_1") # meta-llama/Llama-3.1-70B-Instruct
|
7 |
|
8 |
st.write("\n")
|
9 |
st.write("Welcome to the online reproducibility evaluation tool!")
|