bug
Browse files
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["
|
| 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:
|