Skip to content

Commit 6be4d6b

Browse files
authored
Typo in trainer.py doc (#597)
Missing " character
1 parent 7a25ff9 commit 6be4d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setfit/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class Trainer(ColumnMappingMixin):
284284
column_mapping (`Dict[str, str]`, *optional*):
285285
A mapping from the column names in the dataset to the column names expected by the model.
286286
The expected format is a dictionary with the following format:
287-
`{"text_column_name": "text", "label_column_name: "label"}`.
287+
`{"text_column_name": "text", "label_column_name": "label"}`.
288288
"""
289289

290290
def __init__(

0 commit comments

Comments
 (0)