
    Z j                     d    S r SSKJr  SSKJr  SSKJr  \" SS9\ " S S	\5      5       5       rS	/rg
)zBERT model configuration    )strict   )PreTrainedConfig)auto_docstringzgoogle-bert/bert-base-uncased)
checkpointc                   l   \ rS rSr% SrSrSr\\S'   Sr	\\S'   Sr
\\S	'   Sr\\S
'   Sr\\S'   Sr\\S'   Sr\\-  \S'   Sr\\-  \S'   Sr\\S'   Sr\\S'   Sr\\S'   Sr\\S'   Sr\S-  \S'   Sr\\S'   Sr\\-  S-  \S'   S r\\S!'   S r\\S"'   Sr\S-  \S#'   Sr\\\   -  S-  \S$'   Sr\\S%'   S&r g)'
BertConfig   a  
Examples:

```python
>>> from transformers import BertConfig, BertModel

>>> # Initializing a BERT google-bert/bert-base-uncased style configuration
>>> configuration = BertConfig()

>>> # Initializing a model (with random weights) from the google-bert/bert-base-uncased style configuration
>>> model = BertModel(configuration)

>>> # Accessing the model configuration
>>> configuration = model.config
```berti:w  
vocab_sizei   hidden_size   num_hidden_layersnum_attention_headsi   intermediate_sizegelu
hidden_actg?hidden_dropout_probattention_probs_dropout_probi   max_position_embeddings   type_vocab_sizeg{Gz?initializer_rangeg-q=layer_norm_epsr   Npad_token_idT	use_cacheclassifier_dropoutF
is_decoderadd_cross_attentionbos_token_ideos_token_idtie_word_embeddings )!__name__
__module____qualname____firstlineno____doc__
model_typer   int__annotations__r   r   r   r   r   strr   floatr   r   r   r   r   r   r   boolr   r   r   r    r!   listr"   __static_attributes__r#       |/root/GenerationalWealth/GenerationalWealth/venv/lib/python3.13/site-packages/transformers/models/bert/configuration_bert.pyr	   r	      s     JJKs!!!s!J'**03 %#+3#&S&OS#u#!NE! L#* It-1d*1J %%#L#*#+/L#S	/D(/ $$r1   r	   N)	r(   huggingface_hub.dataclassesr   configuration_utilsr   utilsr   r	   __all__r#   r1   r2   <module>r7      sG     . 3 # :;&%! &%  <&%R .r1   