Spaces:
Running
Running
add sailor2 resutls
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ show_columns_overall = ['R', 'Model', 'type', 'open?','#P(B)', 'SeaExam-pub', 'S
|
|
45 |
TYPES_overall = ['number', 'markdown', 'str', 'str', 'number', 'number', 'number', 'number', 'number']
|
46 |
|
47 |
# Load the data from the csv file
|
48 |
-
csv_path = f'{EVAL_RESULTS_PATH}/
|
49 |
# csv_path = f'eval-results/SeaExam_results_20241030.csv'
|
50 |
df = pd.read_csv(csv_path, skiprows=1, header=0)
|
51 |
# df_m3exam, df_mmlu, df_avg = load_data(csv_path)
|
|
|
45 |
TYPES_overall = ['number', 'markdown', 'str', 'str', 'number', 'number', 'number', 'number', 'number']
|
46 |
|
47 |
# Load the data from the csv file
|
48 |
+
csv_path = f'{EVAL_RESULTS_PATH}/SeaExam_results_20241210.csv'
|
49 |
# csv_path = f'eval-results/SeaExam_results_20241030.csv'
|
50 |
df = pd.read_csv(csv_path, skiprows=1, header=0)
|
51 |
# df_m3exam, df_mmlu, df_avg = load_data(csv_path)
|