We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f108d2 commit 00d7d5aCopy full SHA for 00d7d5a
src/setfit/data.py
@@ -113,7 +113,7 @@ def get_templated_dataset(
113
def add_templated_examples(*args, **kwargs) -> None:
114
warnings.warn(
115
"`add_templated_examples` has been deprecated and will be removed in v1.0.0 of SetFit. "
116
- " Please use `get_templated_dataset` instead.",
+ "Please use `get_templated_dataset` instead.",
117
DeprecationWarning,
118
stacklevel=2,
119
)
0 commit comments