"tests/models/bert/test_modeling_bert.py" did not exist on "5deed37f9f1a0f5794a2a7cd02164ff265c59524"
Unverified Commit e2036468 authored by VINAYAKK GARG's avatar VINAYAKK GARG Committed by GitHub
Browse files

Fix doc issue #29758 in DebertaV2Config class (#29842)



Fix doc issue in DebertaV2Config class
Co-authored-by: default avatarVinayakk Garg <vigar@akamai.com>
parent 2bbbf1be
......@@ -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"]`,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment