ak5005 commited on
Commit
440d105
·
1 Parent(s): 9dda31e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def response_generator(prompt):
48
  0.5 * acc["score"]
49
  + 0.2 * gre["score"]
50
  + 0.3 * ppl["score"]
51
- + 0.005 * frm["score"]
52
  )
53
 
54
  if "scores" not in st.session_state:
 
48
  0.5 * acc["score"]
49
  + 0.2 * gre["score"]
50
  + 0.3 * ppl["score"]
51
+ + 0.005 * frm["normalized"]
52
  )
53
 
54
  if "scores" not in st.session_state: