Skip to content

Commit

Permalink
Fix doc issue #29758 in DebertaV2Config class (#29842)
Browse files Browse the repository at this point in the history
Fix doc issue in DebertaV2Config class

Co-authored-by: Vinayakk Garg <vigar@akamai.com>
  • Loading branch information
vinayakkgarg and Vinayakk Garg authored Mar 28, 2024
1 parent 2bbbf1b commit e203646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DebertaV2Config(PretrainedConfig):
as `max_position_embeddings`.
pad_token_id (`int`, *optional*, defaults to 0):
The value used to pad input_ids.
position_biased_input (`bool`, *optional*, defaults to `False`):
position_biased_input (`bool`, *optional*, defaults to `True`):
Whether add absolute position embedding to content embedding.
pos_att_type (`List[str]`, *optional*):
The type of relative position attention, it can be a combination of `["p2c", "c2p"]`, e.g. `["p2c"]`,
Expand Down

0 comments on commit e203646

Please sign in to comment.