attilasimko commited on
Commit
a6cdf26
·
1 Parent(s): 5546947
Files changed (1) hide show
  1. app.py +1 -1
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!")