Spaces:
Runtime error
Runtime error
ql,kmnsj
Browse files
app.py
CHANGED
@@ -6,12 +6,12 @@ N = 10
|
|
6 |
state = st.session_state
|
7 |
generated_path = 'generated_predictions.txt'
|
8 |
|
9 |
-
ORI_RES = f'
|
10 |
# CONTEXT_SENT_0_h_0_RES = f'/home/nlp/wolhanr/mds_faithfull/data/DUC/output_dir/sent_window_0_h_0_clusters/{generated_path}'
|
11 |
-
CONTEXT_SENT_0_h_1_RES = f'
|
12 |
-
CONTEXT_SENT_1_h_1_RES = f'
|
13 |
|
14 |
-
source_path = '
|
15 |
|
16 |
OPTIONS = ["faithfull", "Not faithfull"]
|
17 |
|
|
|
6 |
state = st.session_state
|
7 |
generated_path = 'generated_predictions.txt'
|
8 |
|
9 |
+
ORI_RES = f'DUC/results/{generated_path}'
|
10 |
# CONTEXT_SENT_0_h_0_RES = f'/home/nlp/wolhanr/mds_faithfull/data/DUC/output_dir/sent_window_0_h_0_clusters/{generated_path}'
|
11 |
+
CONTEXT_SENT_0_h_1_RES = f'DUC/output_dir/sent_window_0_clusters/{generated_path}'
|
12 |
+
CONTEXT_SENT_1_h_1_RES = f'DUC/output_dir/sent_window_1_h_1_clusters/{generated_path}'
|
13 |
|
14 |
+
source_path = 'DUC/sent_window_1_h_1_clusters/test.source'
|
15 |
|
16 |
OPTIONS = ["faithfull", "Not faithfull"]
|
17 |
|