Skip to content

Commit 32f30a7

Browse files
committed
Update functions.py
1 parent 9437ed6 commit 32f30a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tabmemcheck/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def dataset_name_test(
335335
336336
:param csv_file: The path to the csv file.
337337
: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).
339338
:param few_shot_csv_files: A list of other csv files to be used as few-shot examples.
340339
: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.
341340
:num_rows: The number of dataset rows to be given to the model as part of the prompt.

0 commit comments

Comments
 (0)