We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77741c commit 6fe127aCopy full SHA for 6fe127a
src/transformers/models/blip_2/configuration_blip_2.py
@@ -144,6 +144,8 @@ class Blip2QFormerConfig(PretrainedConfig):
144
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
145
layer_norm_eps (`float`, *optional*, defaults to 1e-12):
146
The epsilon used by the layer normalization layers.
147
+ pad_token_id (`int`, *optional*, defaults to 0):
148
+ Index to be used for padding token.
149
position_embedding_type (`str`, *optional*, defaults to `"absolute"`):
150
Type of position embedding. Choose one of `"absolute"`, `"relative_key"`, `"relative_key_query"`. For
151
positional embeddings use `"absolute"`. For more information on `"relative_key"`, please refer to
0 commit comments