Update evaluation_logic.py
Browse files- evaluation_logic.py +1 -1
evaluation_logic.py
CHANGED
@@ -86,7 +86,7 @@ def save_evaluation(inference_api, model_name, prompt_format, custom_prompt, met
|
|
86 |
def run_prediction(inference_api, model_name, prompt_format, custom_prompt, output_file):
|
87 |
dataset_path = str(eval_dir / "data/dev.json")
|
88 |
table_meta_path = str(eval_dir / "data/tables.json")
|
89 |
-
stop_tokens = ['
|
90 |
max_tokens = 1000
|
91 |
temperature = 0
|
92 |
num_beams = -1
|
|
|
86 |
def run_prediction(inference_api, model_name, prompt_format, custom_prompt, output_file):
|
87 |
dataset_path = str(eval_dir / "data/dev.json")
|
88 |
table_meta_path = str(eval_dir / "data/tables.json")
|
89 |
+
stop_tokens = ['<|dummy|>']
|
90 |
max_tokens = 1000
|
91 |
temperature = 0
|
92 |
num_beams = -1
|