Skip to content

Commit 0451b92

Browse files
Fix minor typo in docs (#589)
Quotes were missing as pointed out in #510.
1 parent b961717 commit 0451b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setfit/trainer_distillation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class DistillationTrainer(Trainer):
4545
column_mapping (`Dict[str, str]`, *optional*):
4646
A mapping from the column names in the dataset to the column names expected by the model.
4747
The expected format is a dictionary with the following format:
48-
`{"text_column_name": "text", "label_column_name: "label"}`.
48+
`{"text_column_name": "text", "label_column_name": "label"}`.
4949
"""
5050

5151
_REQUIRED_COLUMNS = {"text"}

0 commit comments

Comments
 (0)