Ë
    T^(hD"  ã                   ó¼   — d Z ddlmZ ddlmZmZmZmZ ddlm	Z	 ddl
mZ ddlmZ erddlmZmZ  ej"                  e«      Z G d	„ d
e	«      Z G d„ de«      Zd
dgZy)zOpenAI ImageGPT configurationé    ©ÚOrderedDict)ÚTYPE_CHECKINGÚAnyÚMappingÚOptionalé   )ÚPretrainedConfig)Ú
OnnxConfig)Úlogging)ÚFeatureExtractionMixinÚ
TensorTypec                   ó^   ‡ — e Zd ZdZdZdgZdddddœZ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d
ˆ fd	„	Zˆ xZS )ÚImageGPTConfigam  
    This is the configuration class to store the configuration of a [`ImageGPTModel`] or a [`TFImageGPTModel`]. It is
    used to instantiate a GPT-2 model according to the specified arguments, defining the model architecture.
    Instantiating a configuration with the defaults will yield a similar configuration to that of the ImageGPT
    [openai/imagegpt-small](https://huggingface.co/openai/imagegpt-small) architecture.

    Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
    documentation from [`PretrainedConfig`] for more information.


    Args:
        vocab_size (`int`, *optional*, defaults to 512):
            Vocabulary size of the GPT-2 model. Defines the number of different tokens that can be represented by the
            `inputs_ids` passed when calling [`ImageGPTModel`] or [`TFImageGPTModel`].
        n_positions (`int`, *optional*, defaults to 32*32):
            The maximum sequence length that this model might ever be used with. Typically set this to something large
            just in case (e.g., 512 or 1024 or 2048).
        n_embd (`int`, *optional*, defaults to 512):
            Dimensionality of the embeddings and hidden states.
        n_layer (`int`, *optional*, defaults to 24):
            Number of hidden layers in the Transformer encoder.
        n_head (`int`, *optional*, defaults to 8):
            Number of attention heads for each attention layer in the Transformer encoder.
        n_inner (`int`, *optional*, defaults to None):
            Dimensionality of the inner feed-forward layers. `None` will set it to 4 times n_embd
        activation_function (`str`, *optional*, defaults to `"quick_gelu"`):
            Activation function (can be one of the activation functions defined in src/transformers/activations.py).
            Defaults to "quick_gelu".
        resid_pdrop (`float`, *optional*, defaults to 0.1):
            The dropout probability for all fully connected layers in the embeddings, encoder, and pooler.
        embd_pdrop (`int`, *optional*, defaults to 0.1):
            The dropout ratio for the embeddings.
        attn_pdrop (`float`, *optional*, defaults to 0.1):
            The dropout ratio for the attention.
        layer_norm_epsilon (`float`, *optional*, defaults to 1e-5):
            The epsilon to use in the layer normalization layers.
        initializer_range (`float`, *optional*, defaults to 0.02):
            The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
        scale_attn_weights (`bool`, *optional*, defaults to `True`):
            Scale attention weights by dividing by sqrt(hidden_size)..
        use_cache (`bool`, *optional*, defaults to `True`):
            Whether or not the model should return the last key/values attentions (not used by all models).
        scale_attn_by_inverse_layer_idx (`bool`, *optional*, defaults to `False`):
            Whether to additionally scale attention weights by `1 / layer_idx + 1`.
        reorder_and_upcast_attn (`bool`, *optional*, defaults to `False`):
            Whether to scale keys (K) prior to computing attention (dot-product) and upcast attention
            dot-product/softmax to float() when training with mixed precision.

    Example:

    ```python
    >>> from transformers import ImageGPTConfig, ImageGPTModel

    >>> # Initializing a ImageGPT configuration
    >>> configuration = ImageGPTConfig()

    >>> # Initializing a model (with random weights) from the configuration
    >>> model = ImageGPTModel(configuration)

    >>> # Accessing the model configuration
    >>> configuration = model.config
    ```ÚimagegptÚpast_key_valuesÚn_embdÚn_positionsÚn_headÚn_layer)Úhidden_sizeÚmax_position_embeddingsÚnum_attention_headsÚnum_hidden_layersc                 ó  •— || _         || _        || _        || _        || _        || _        || _        || _        |	| _        |
| _	        || _
        || _        || _        || _        || _        || _        || _        t#        ‰| �H  dd|i|¤Ž y )NÚtie_word_embeddings© )Ú
vocab_sizer   r   r   r   Ún_innerÚactivation_functionÚresid_pdropÚ
embd_pdropÚ
attn_pdropÚlayer_norm_epsilonÚinitializer_rangeÚscale_attn_weightsÚ	use_cacheÚscale_attn_by_inverse_layer_idxÚreorder_and_upcast_attnr   ÚsuperÚ__init__)Úselfr   r   r   r   r   r   r    r!   r"   r#   r$   r%   r&   r'   r   r(   r)   ÚkwargsÚ	__class__s                      €úq/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/transformers/models/imagegpt/configuration_imagegpt.pyr+   zImageGPTConfig.__init__h   s›   ø€ ð* %ˆŒØ&ˆÔØˆŒØˆŒØˆŒØˆŒØ#6ˆÔ Ø&ˆÔØ$ˆŒØ$ˆŒØ"4ˆÔØ!2ˆÔØ"4ˆÔØ"ˆŒØ/NˆÔ,Ø'>ˆÔ$Ø#6ˆÔ ä‰ÑÑKÐ-@ÐKÀFÓKó    )i  i   i   é   é   NÚ
quick_geluçš™™™™™¹?r4   r4   gñhãˆµøä>g{®Gáz”?TTFFF)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ú
model_typeÚkeys_to_ignore_at_inferenceÚattribute_mapr+   Ú__classcell__)r.   s   @r/   r   r      sm   ø„ ñ=ð~ €JØ#4Ð"5ÐàØ#0Ø'Ø&ñ	€Mð ØØØØØØ(ØØØØØØØØ!Ø(-Ø %÷%'Lñ 'Lr0   r   c                   ó‚   — e Zd Zedeeeeef   f   fd„«       Z	 	 	 	 	 	 	 ddddededed	e	d
   dedededeee
f   fd„Zy)ÚImageGPTOnnxConfigÚreturnc                 ó$   — t        ddddœfg«      S )NÚ	input_idsÚbatchÚsequence)r   é   r   )r,   s    r/   ÚinputszImageGPTOnnxConfig.inputs“   s!   € äà '¨jÑ9Ð:ðó
ð 	
r0   NÚpreprocessorr   Ú
batch_sizeÚ
seq_lengthÚis_pairÚ	frameworkr   Únum_channelsÚimage_widthÚimage_heightc	                 óT   — | j                  ||||«      }	t         ||	|¬«      «      }
|
S )aÓ  
        Generate inputs to provide to the ONNX exporter for the specific framework

        Args:
            preprocessor ([`PreTrainedTokenizerBase`] or [`FeatureExtractionMixin`]):
                The preprocessor associated with this model configuration.
            batch_size (`int`, *optional*, defaults to -1):
                The batch size to export the model for (-1 means dynamic axis).
            num_choices (`int`, *optional*, defaults to -1):
                The number of candidate answers provided for multiple choice task (-1 means dynamic axis).
            seq_length (`int`, *optional*, defaults to -1):
                The sequence length to export the model for (-1 means dynamic axis).
            is_pair (`bool`, *optional*, defaults to `False`):
                Indicate if the input is a pair (sentence 1, sentence 2)
            framework (`TensorType`, *optional*, defaults to `None`):
                The framework (PyTorch or TensorFlow) that the tokenizer will generate tensors for.
            num_channels (`int`, *optional*, defaults to 3):
                The number of channels of the generated images.
            image_width (`int`, *optional*, defaults to 40):
                The width of the generated images.
            image_height (`int`, *optional*, defaults to 40):
                The height of the generated images.

        Returns:
            Mapping[str, Tensor] holding the kwargs to provide to the model's forward function
        )ÚimagesÚreturn_tensors)Ú_generate_dummy_imagesÚdict)r,   rF   rG   rH   rI   rJ   rK   rL   rM   Úinput_imagerE   s              r/   Úgenerate_dummy_inputsz(ImageGPTOnnxConfig.generate_dummy_inputs›   s2   € ðL ×1Ñ1°*¸lÈLÐZeÓfˆÜ‘l¨+ÀiÔPÓQˆàˆr0   )rD   éÿÿÿÿFNr	   é    rV   )r5   r6   r7   Úpropertyr   ÚstrÚintrE   Úboolr   r   rT   r   r0   r/   r>   r>   ’   s°   „ Øð
˜  W¨S°#¨XÑ%6Ð 6Ñ7ò 
ó ð
ð ØØØ,0ØØØñ)à.ð)ð ð)ð ð	)ð
 ð)ð ˜LÑ)ð)ð ð)ð ð)ð ð)ð 
��c�Ñ	ô)r0   r>   N)r8   Úcollectionsr   Útypingr   r   r   r   Úconfiguration_utilsr
   Úonnxr   Úutilsr   Ú r   r   Ú
get_loggerr5   Úloggerr   r>   Ú__all__r   r0   r/   ú<module>rd      sb   ðñ $å #ß 8Ó 8å 3Ý Ý ñ ß6à	ˆ×	Ñ	˜HÓ	%€ôpLÐ%ô pLôf2˜ô 2ðj Ð1Ð
2�r0   