Skip to content

Commit

Permalink
Fix example docstring mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad135 committed Oct 31, 2022
1 parent 22461e0 commit aefd9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/deberta/configuration_deberta.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class DebertaConfig(PretrainedConfig):
>>> # Initializing a DeBERTa microsoft/deberta-base style configuration
>>> configuration = DebertaConfig()
>>> # Initializing a model (with random weights) from the DeBERTa microsoft/deberta-base style configuration
>>> # Initializing a model (with random weights) from the microsoft/deberta-base style configuration
>>> model = DebertaModel(configuration)
>>> # Accessing the model configuration
Expand Down

0 comments on commit aefd9e2

Please sign in to comment.