Bagratuni commited on
Commit
9bf8bd3
·
1 Parent(s): 2f6fff2
Files changed (1) hide show
  1. model_handler.py +1 -1
model_handler.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
6
  from huggingface_hub import HfApi, hf_hub_download
7
 
8
  class ModelHandler:
9
- def __init__(self, model_infos_path="D:\Vscode\llm_benchmark_space\ArmBen\model_results.json"):
10
  self.api = HfApi()
11
  self.model_infos_path = model_infos_path
12
  self.model_infos = self._load_model_infos()
 
6
  from huggingface_hub import HfApi, hf_hub_download
7
 
8
  class ModelHandler:
9
+ def __init__(self, model_infos_path="model_results.json"):
10
  self.api = HfApi()
11
  self.model_infos_path = model_infos_path
12
  self.model_infos = self._load_model_infos()