We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a25ff9 commit 6be4d6bCopy full SHA for 6be4d6b
src/setfit/trainer.py
@@ -284,7 +284,7 @@ class Trainer(ColumnMappingMixin):
284
column_mapping (`Dict[str, str]`, *optional*):
285
A mapping from the column names in the dataset to the column names expected by the model.
286
The expected format is a dictionary with the following format:
287
- `{"text_column_name": "text", "label_column_name: "label"}`.
+ `{"text_column_name": "text", "label_column_name": "label"}`.
288
"""
289
290
def __init__(
0 commit comments