sh1gechan commited on
Commit
4e13ee7
·
verified ·
1 Parent(s): 0746ffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,13 +53,12 @@ except Exception:
53
  restart_space()
54
 
55
  print(f"Files in 'llm-jp-13b-v2.0': {os.listdir(os.path.join(EVAL_RESULTS_PATH, 'llm-jp-13b-v2.0'))}")
56
- eval_result_file = os.path.join(EVAL_RESULTS_PATH, 'llm-jp-13b-v2.0', 'llm-jp--llm-jp-13b-v2.0_vllm_20240908_170440.json') # 実際のファイル名を確認してパスを修正
57
  with open(eval_result_file, 'r') as file:
58
  result_data = json.load(file)
59
  print(f"Evaluation result file content: {result_data}")
60
 
61
 
62
-
63
  LEADERBOARD_DF = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, COLS, BENCHMARK_COLS)
64
  original_df = LEADERBOARD_DF
65
  leaderboard_df = original_df.copy()
 
53
  restart_space()
54
 
55
  print(f"Files in 'llm-jp-13b-v2.0': {os.listdir(os.path.join(EVAL_RESULTS_PATH, 'llm-jp-13b-v2.0'))}")
56
+ eval_result_file = os.path.join(EVAL_RESULTS_PATH, 'llm-jp-13b-v2.0', 'llm-jp--llm-jp-13b-v2.0_vllm_20240908_170440.json') # ファイル名を変更
57
  with open(eval_result_file, 'r') as file:
58
  result_data = json.load(file)
59
  print(f"Evaluation result file content: {result_data}")
60
 
61
 
 
62
  LEADERBOARD_DF = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, COLS, BENCHMARK_COLS)
63
  original_df = LEADERBOARD_DF
64
  leaderboard_df = original_df.copy()