You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tabmemcheck/functions.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -335,7 +335,6 @@ def dataset_name_test(
335
335
336
336
:param csv_file: The path to the csv file.
337
337
:param llm: The language model to be tested.
338
-
:param num_prefix_features: The number of features given to the model as part of the prompt (defaults to 1/4 of the features).
339
338
:param few_shot_csv_files: A list of other csv files to be used as few-shot examples.
340
339
:param few_shot_dataset_names: A list of dataset names to be used as few-shot examples. If None, the dataset names are are the file names of the few-shot csv files.
341
340
:num_rows: The number of dataset rows to be given to the model as part of the prompt.
0 commit comments