Skip to content

Commit

Permalink
Update CamemBERT in schema (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyangus authored Jan 20, 2023
1 parent 3031e4f commit 26b36c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludwig/schema/encoders/text_encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ def module_name():
)

pretrained_model_name_or_path: str = schema_utils.String(
default="jplu/camembert-base",
default="camembert-base",
description="Name or path of the pretrained model.",
parameter_metadata=ENCODER_METADATA["CamemBERT"]["pretrained_model_name_or_path"],
)
Expand Down

0 comments on commit 26b36c3

Please sign in to comment.