Skip to content

Commit

Permalink
resolved config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFromPandora committed Apr 13, 2022
1 parent 43773a8 commit e66ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classy_classification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def make_text_categorizer(
data: Union[dict, list],
device: str,
config: dict,
model: str = "",
model: str = None,
cat_type: str = "few",
include_doc: bool = True,
include_sent: bool = False,
Expand Down

0 comments on commit e66ef7e

Please sign in to comment.