Skip to content

Commit

Permalink
Update run_evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnweiwei authored Oct 27, 2023
1 parent b080727 commit bd52d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# Run sliding window permutation generation
new_results = []
for item in tqdm(rank_results):
new_item = sliding_windows(item, rank_start=0, rank_end=10, window_size=20, step=10,
new_item = sliding_windows(item, rank_start=0, rank_end=100, window_size=20, step=10,
model_name='gpt-3.5-turbo', api_key=openai_key)
new_results.append(new_item)

Expand Down

0 comments on commit bd52d01

Please sign in to comment.