Spaces:
Runtime error
Runtime error
Update game3.py
Browse files
game3.py
CHANGED
@@ -38,7 +38,7 @@ def func3(num_selected, human_predict, num1, num2, user_important):
|
|
38 |
text = eval(content[int(num_selected*2)])
|
39 |
interpretation = eval(content[int(num_selected*2+1)])
|
40 |
|
41 |
-
golden_label = (text['
|
42 |
|
43 |
# (START) off-the-shelf version -- slow at the beginning
|
44 |
# Load model directly
|
|
|
38 |
text = eval(content[int(num_selected*2)])
|
39 |
interpretation = eval(content[int(num_selected*2+1)])
|
40 |
|
41 |
+
golden_label = (text['binary_label']^1) * 100
|
42 |
|
43 |
# (START) off-the-shelf version -- slow at the beginning
|
44 |
# Load model directly
|