Skip to content

Commit

Permalink
Add microsoft/deberta-base to example docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad135 committed Oct 31, 2022
1 parent 314cc95 commit 50325e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformers/models/deberta/configuration_deberta.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ class DebertaConfig(PretrainedConfig):
```python
>>> from transformers import DebertaConfig, DebertaModel
>>> # Initializing a DeBERTa style configuration
>>> # Initializing a DeBERTa microsoft/deberta-base style configuration
>>> configuration = DebertaConfig()
>>> # Initializing a model (with random weights) from the DeBERTa style configuration
>>> # Initializing a model (with random weights) from the DeBERTa microsoft/deberta-base style configuration
>>> model = DebertaModel(configuration)
>>> # Accessing the model configuration
Expand Down

0 comments on commit 50325e0

Please sign in to comment.