Skip to content

Commit 0ca5cc6

Browse files
authored
Update and rename Evaluation.py to evaluation.py
1 parent 711c025 commit 0ca5cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Evaluation.py renamed to evaluation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
import scipy.stats as st
2727
from statistics import mean
2828
import argparse
29-
from Sampling_Methods import gpt2_stage3_temp, gpt2_stage3_temp_topk, gpt2_stage3_temp_NS, gpt2_stage3_temp_topk_NS, gpt3_stage3_temp, stage4, gpt2_stage5, gpt3_stage5
30-
from Prompt_Based import gpt2_prompt_eng_temp, gpt2_prompt_eng_topp, gpt3_prompt_eng_topp
29+
from sampling_methods import gpt2_stage3_temp, gpt2_stage3_temp_topk, gpt2_stage3_temp_NS, gpt2_stage3_temp_topk_NS, gpt3_stage3_temp, stage4, gpt2_stage5, gpt3_stage5
30+
from prompt_based import gpt2_prompt_eng_temp, gpt2_prompt_eng_topp, gpt3_prompt_eng_topp
3131
from utils import count_tokens, new_dist_metric, create_hist
3232
from collections import Counter
3333

0 commit comments

Comments
 (0)