Jacqueline Garrahan
commited on
Drop excess
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -82,8 +82,6 @@ class EvalResult:
|
|
82 |
def update_with_request_file(self, requests_path):
|
83 |
"""Finds the relevant request file for the current model and updates info with it"""
|
84 |
request_file = get_request_file_for_model(requests_path, self.full_model)
|
85 |
-
print(self.full_model)
|
86 |
-
print(f"request file: {request_file}")
|
87 |
|
88 |
#try:
|
89 |
with open(request_file, "r") as f:
|
|
|
82 |
def update_with_request_file(self, requests_path):
|
83 |
"""Finds the relevant request file for the current model and updates info with it"""
|
84 |
request_file = get_request_file_for_model(requests_path, self.full_model)
|
|
|
|
|
85 |
|
86 |
#try:
|
87 |
with open(request_file, "r") as f:
|