Skip to content

Commit

Permalink
Add missing quote in docstring codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Dec 6, 2023
1 parent df2a7d8 commit bc2d807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setfit/model_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class SetFitModelCardData(CardData):
... # Model card variables
... model_card_data=SetFitModelCardData(
... model_id="tomaarsen/setfit-paraphrase-mpnet-base-v2-sst2",
... dataset_name="SST2,
... dataset_name="SST2",
... dataset_id="sst2",
... license="apache-2.0",
... language="en",
Expand Down

0 comments on commit bc2d807

Please sign in to comment.