
    i                       d Z ddlZddlZddlZddlmZ ddlmZmZmZ ddl	m
Z ddlmZ ddlmZmZmZ dd	lmZ dd
lmZmZ ddlmZ ddlmZmZmZmZmZmZm Z  ddl!m"Z" ddl#m$Z$m%Z%m&Z&m'Z'm(Z( ddl)m*Z*  e'jV                  e,      Z- G d dej\                        Z/	 ddl0m1Z1 e1Z/e-je                  d        G d dej\                        Z6 G d dej\                        Z7 G d dej\                        Z8 G d dej\                        Z9 G d dej\                        Z: G d  d!ej\                        Z; G d" d#e      Z< G d$ d%ej\                        Z=e& G d& d'e"             Z> G d( d)e>      Z?e& G d* d+e>             Z@ e&d,-       G d. d/e>e             ZAe& G d0 d1e>             ZB e&d2-       G d3 d4e>             ZCe& G d5 d6e>             ZDe& G d7 d8e>             ZEg d9ZFy# e3$ r Y 5e4$ r e-jk                  d       Y Mw xY w):zPyTorch T5 model.    N)nn)BCEWithLogitsLossCrossEntropyLossMSELoss   )initialization)ACT2FN)CacheDynamicCacheEncoderDecoderCache)GenerationMixin)create_bidirectional_maskcreate_causal_mask)GradientCheckpointingLayer)BaseModelOutput)BaseModelOutputWithPastAndCrossAttentionsSeq2SeqLMOutputSeq2SeqModelOutput#Seq2SeqQuestionAnsweringModelOutputSeq2SeqSequenceClassifierOutputTokenClassifierOutput)PreTrainedModel)DUMMY_INPUTS
DUMMY_MASKauto_docstringloggingtorch_compilable_check   )T5Configc                   &     e Zd Zd fd	Zd Z xZS )T5LayerNormc                     t         |           t        j                  t	        j
                  |            | _        || _        y)zc
        Construct a layernorm module in the T5 style. No bias and no subtraction of mean.
        N)super__init__r   	Parametertorchonesweightvariance_epsilon)selfhidden_sizeeps	__class__s      s/var/www/vps2.regionflexible.com/Desarrollo/venv/lib/python3.12/site-packages/transformers/models/t5/modeling_t5.pyr$   zT5LayerNorm.__init__/   s1     	ll5::k#:; #    c                    |j                  t        j                        j                  d      j	                  dd      }|t        j
                  || j                  z         z  }| j                  j                  t        j                  t        j                  fv r%|j                  | j                  j                        }| j                  |z  S )N   T)keepdim)tor&   float32powmeanrsqrtr)   r(   dtypefloat16bfloat16)r*   hidden_statesvariances      r.   forwardzT5LayerNorm.forward7   s     !##EMM266q9>>r4>P%Ht?T?T4T(UU ;; ??),,T[[->->?M{{]**r/   )gư>)__name__
__module____qualname__r$   r>   __classcell__r-   s   @r.   r!   r!   .   s    $+r/   r!   )FusedRMSNormzODiscovered apex.normalization.FusedRMSNorm - will use it instead of T5LayerNormzBdiscovered apex but it failed to load, falling back to T5LayerNormc                   *     e Zd Zdef fdZd Z xZS )T5DenseActDenseconfigc                 ^   t         |           t        j                  |j                  |j
                  d      | _        t        j                  |j
                  |j                  d      | _        t        j                  |j                        | _
        t        |j                     | _        y NFbias)r#   r$   r   Lineard_modeld_ffwiwoDropoutdropout_ratedropoutr	   dense_act_fnactr*   rG   r-   s     r.   r$   zT5DenseActDense.__init__U   sn    ))FNNFKKeD))FKKeDzz&"5"56&--.r/   c                    | j                  |      }| j                  |      }| j                  |      }t        | j                  j
                  t        j                        r|j                  | j                  j
                  j                  k7  r`| j                  j
                  j                  t        j                  k7  r/|j                  | j                  j
                  j                        }| j	                  |      }|S N)rO   rU   rS   
isinstancerP   r(   r&   Tensorr9   int8r4   r*   r<   s     r.   r>   zT5DenseActDense.forward\   s    ./]3tww~~u||4##tww~~';';;$$

2),,TWW^^-A-ABM.r/   r?   r@   rA   r   r$   r>   rB   rC   s   @r.   rF   rF   T   s    /x /r/   rF   c                   *     e Zd Zdef fdZd Z xZS )T5DenseGatedActDenserG   c                    t         |           t        j                  |j                  |j
                  d      | _        t        j                  |j                  |j
                  d      | _        t        j                  |j
                  |j                  d      | _        t        j                  |j                        | _        t        |j                     | _        y rI   )r#   r$   r   rL   rM   rN   wi_0wi_1rP   rQ   rR   rS   r	   rT   rU   rV   s     r.   r$   zT5DenseGatedActDense.__init__k   s    IIfnnfkkF	IIfnnfkkF	))FKKeDzz&"5"56&--.r/   c                 ,   | j                  | j                  |            }| j                  |      }||z  }| j                  |      }t	        | j
                  j                  t        j                        r|j                  | j
                  j                  j                  k7  r`| j
                  j                  j                  t        j                  k7  r/|j                  | j
                  j                  j                        }| j                  |      }|S rX   )rU   ra   rb   rS   rY   rP   r(   r&   rZ   r9   r[   r4   )r*   r<   hidden_geluhidden_linears       r.   r>   zT5DenseGatedActDense.forwards   s    hhtyy78		-0#m3]3 tww~~u||4##tww~~';';;$$

2),,TWW^^-A-ABM.r/   r]   rC   s   @r.   r_   r_   j   s    /x /r/   r_   c                   *     e Zd Zdef fdZd Z xZS )	T5LayerFFrG   c                    t         |           |j                  rt        |      | _        nt        |      | _        t        |j                  |j                        | _	        t        j                  |j                        | _        y )Nr,   )r#   r$   is_gated_actr_   DenseReluDenserF   r!   rM   layer_norm_epsilon
layer_normr   rQ   rR   rS   rV   s     r.   r$   zT5LayerFF.__init__   s_    "6v">D"1&"9D%fnn&:S:STzz&"5"56r/   c                 r    | j                  |      }| j                  |      }|| j                  |      z   }|S rX   )rm   rk   rS   )r*   r<   forwarded_statess      r.   r>   zT5LayerFF.forward   s=    ??=9../?@%5E(FFr/   r]   rC   s   @r.   rg   rg      s    7x 7r/   rg   c                   `     e Zd Z	 	 ddededz  f fdZed	d       Zd
dZ	 	 	 	 	 ddZ	 xZ
S )T5AttentionNrG   	layer_idxc                    t         |           |j                  | _        || _        |j                  | _        |j
                  | _        |j                  | _        |j                  | _        |j                  | _
        |j                  | _        | j                  | j                  z  | _        || _        |9| j                  r-t        j!                  d| j"                  j$                   d       t'        j(                  | j                  | j                  d      | _        t'        j(                  | j                  | j                  d      | _        t'        j(                  | j                  | j                  d      | _        t'        j(                  | j                  | j                  d      | _        | j                  r/t'        j2                  | j                  | j                        | _        d| _        y )NzInstantiating a decoder z without passing `layer_idx` is not recommended and will to errors during the forward call, if caching is used. Please make sure to provide a `layer_idx` when creating this class.FrJ   )r#   r$   
is_decoderhas_relative_attention_biasrelative_attention_num_bucketsrelative_attention_max_distancerM   d_kvkey_value_proj_dim	num_headsn_headsrR   rS   	inner_dimrr   loggerwarning_oncer-   r?   r   rL   qkvo	Embeddingrelative_attention_biasgradient_checkpointingr*   rG   ru   rr   r-   s       r.   r$   zT5Attention.__init__   si    	 +++F(.4.S.S+/5/U/U,~~"(++''**(?(??"*4>>+B+B*C D, , 4<<eD4<<eD4<<eD4>>4<<eD+++-<<8[8[]a]i]i+jD(&+#r/   c                 T   d}|rC|dz  }|| dkD  j                  t        j                        |z  z  }t        j                  |       } n*t        j                  | t        j
                  |              } |dz  }| |k  }|t        j                  | j                         |z        t        j                  ||z        z  ||z
  z  j                  t        j                        z   }t        j                  |t        j                  ||dz
              }|t        j                  || |      z  }|S )a  
        Adapted from Mesh Tensorflow:
        https://github.com/tensorflow/mesh/blob/0cb87fe07da627bf0b7e60475d59f95ed6b5be3d/mesh_tensorflow/transformer/transformer_layers.py#L593

        Translate relative position to a bucket number for relative attention. The relative position is defined as
        memory_position - query_position, i.e. the distance in tokens from the attending position to the attended-to
        position. If bidirectional=False, then positive relative positions are invalid. We use smaller buckets for
        small absolute relative_position and larger buckets for larger absolute relative_positions. All relative
        positions >=max_distance map to the same bucket. All relative positions <=-max_distance map to the same bucket.
        This should allow for more graceful generalization to longer sequences than the model has been trained on

        Args:
            relative_position: an int32 Tensor
            bidirectional: a boolean - whether the attention is bidirectional
            num_buckets: an integer
            max_distance: an integer

        Returns:
            a Tensor with the same shape as relative_position, containing int32 values in the range [0, num_buckets)
        r   r1   r   )r4   r&   longabsmin
zeros_likelogfloatmath	full_likewhere)relative_positionbidirectionalnum_bucketsmax_distancerelative_buckets	max_exactis_smallrelative_position_if_larges           r.   _relative_position_bucketz%T5Attention._relative_position_bucket   s(   , AK!2Q!6 : :5:: F TT %		*; <!&+<e>N>NO`>a!b b  1$	$y0 &/II'--/);<hh|i/01Y&( "UZZ.	&"
 &+YY&8RT_bcTc(d&
" 	EKK2CE_``r/   c                    | | j                   j                  j                  }t        j                  |t        j
                  |      dddf   |z   }t        j                  |t        j
                  |      dddf   }||z
  }| j                  || j                   | j                  | j                        }| j                  |      }	|	j                  g d      j                  d      }	|	S )z%Compute binned relative position biasN)r9   device)r   r   r   )r1   r   r   r   )r   r(   r   r&   aranger   r   rt   rv   rw   permute	unsqueeze)
r*   query_length
key_lengthr   past_seen_tokenscontext_positionmemory_positionr   relative_position_bucketvaluess
             r.   compute_biaszT5Attention.compute_bias   s    >1188??F <<EJJvVWXZ^W^_brr,,zFSTXZ[T[\+.>>#'#A#A#.;;==	 $B $
  --.FG	*44Q7r/   c                    |j                   dd }g |d| j                  }	||j                  | j                        nd}
t	        |
t
        j                        r|
j                         n|
}
|du}| j                  |      j                  |	      j                  dd      }d}t	        |t              rA|j                  j                  | j                        }|r|j                  }n|j                  }n|}|r|n|}|rK|I|rG|j                   | j                     j"                  }|j                   | j                     j$                  }ng |j                   dd d| j                  }| j'                  |      j                  |      j                  dd      }| j)                  |      j                  |      j                  dd      }|K|j+                  ||| j                        \  }}|r)t	        |t              rd|j                  | j                  <   t        j,                  ||j                  dd            }||j                   d	   }| j.                  s`t        j0                  d|j                   d   |d   |f|j2                  |j4                  
      }| j6                  r6| j8                  r*d|_        n"| j=                  |d   ||j2                  |
      }|#|ddddddd|j                   d	   f   }||z   }|}||z  }t>        j@                  jC                  |jE                         d      jG                  |      }t>        j@                  jI                  || jH                  | j8                        }t        j,                  ||      }|j                  dd      jK                         } |jL                  g |d }| jO                  |      }||f}|r||fz   }|S )z
        Self-attention (if key_value_states is None) or attention over source sentence (provided by key_value_states).
        Nr2   r   r   r1   FTr   )r   r9   )r   r   dim)ptraining)(shapery   get_seq_lengthrr   rY   r&   rZ   cloner   view	transposer   
is_updatedgetcross_attention_cacheself_attention_cachelayerskeysr   r   r   updatematmulru   zerosr   r9   r   r   requires_gradr   r   
functionalsoftmaxr   type_asrS   
contiguousreshaper   )r*   r<   maskkey_value_statesposition_biaspast_key_valuesoutput_attentionskwargsinput_shapehidden_shaper   is_cross_attentionquery_statesr   curr_past_key_valuescurrent_states
key_statesvalue_stateskv_shapescoresr   causal_maskposition_bias_maskedattn_weightsattn_outputoutputss                             r.   r>   zT5Attention.forward   s    $))#2.BBbB$*A*ABM\Mh?99$..Ino7ABRTYT`T`7a+113gw .T9vvm,11,?II!QO 
o':;(3377GJ!'6'L'L$'6'K'K$#2 -?)]/"=*-44T^^DIIJ/66t~~FMMLP--cr2PBP8O8OPH/44X>HHANJ66.166x@JJ1aPL*+?+F+FzS_aeaoao+p(
L%*_FY*ZAEO..t~~> lJ,@,@A,FG #))"-J33 %**1-{1~zJSYS`S`hnhtht! ..4==26M/ $ 1 1NJv}}Wg !2 ! "1a,Bj.>.>r.B,B#BC - ;,&& }},,V\\^,DLLVT}},,\T\\TXTaTa,bll<>!++Aq1<<>)k));;;;ff[)./Gr/   FN)T       )Nr   )NNNNF)r?   r@   rA   r   intr$   staticmethodr   r   r>   rB   rC   s   @r.   rq   rq      sX     %* $	 , , :	 ,D -  - ^( [r/   rq   c                   >     e Zd Zddedz  f fdZ	 	 	 	 	 ddZ xZS )T5LayerSelfAttentionNrr   c                     t         |           t        |||      | _        t	        |j
                  |j                        | _        t        j                  |j                        | _        y )Nru   rr   ri   )r#   r$   rq   SelfAttentionr!   rM   rl   rm   r   rQ   rR   rS   r   s       r.   r$   zT5LayerSelfAttention.__init__\  sT    (0KW`
 &fnn&:S:STzz&"5"56r/   c                     | j                  |      }| j                  ||||||      }	|| j                  |	d         z   }|f|	dd  z   }
|
S )N)r   r   r   	use_cacher   r   r   )rm   r   rS   )r*   r<   attention_maskr   r   r   r   r   normed_hidden_statesattention_outputr   s              r.   r>   zT5LayerSelfAttention.forwardd  sp      $}=-- '+/ . 
 &5Ea5H(II "%5ab%99r/   r   )NNNFFr?   r@   rA   r   r$   r>   rB   rC   s   @r.   r   r   [  s*    7SSWZ 7 r/   r   c                   <     e Zd Zddedz  f fdZ	 	 	 	 ddZ xZS )T5LayerCrossAttentionNrr   c                     t         |           t        |d|      | _        t	        |j
                  |j                        | _        t        j                  |j                        | _        y )NFr   ri   )r#   r$   rq   EncDecAttentionr!   rM   rl   rm   r   rQ   rR   rS   )r*   rG   rr   r-   s      r.   r$   zT5LayerCrossAttention.__init__}  sN    *6u`ij%fnn&:S:STzz&"5"56r/   c                     | j                  |      }| j                  ||||||      }	|| j                  |	d         z   }
|
f|	dd  z   }|S )N)r   r   r   r   r   r   r   )rm   r   rS   )r*   r<   r   r   r   r   r   r   r   r   layer_outputr   s               r.   r>   zT5LayerCrossAttention.forward  so      $}=// -'+/ 0 
 %t||4DQ4G'HH/$4QR$88r/   rX   )NNNFr   rC   s   @r.   r   r   |  s&    7#* 7 r/   r   c                   F     e Zd Zddedz  f fdZ	 	 	 	 	 	 	 	 	 ddZ xZS )T5BlockNrr   c                 p   t         |           |j                  | _        t        j                         | _        | j
                  j                  t        |||             | j                  r&| j
                  j                  t        ||             | j
                  j                  t        |             y )Nr   )rr   )
r#   r$   rt   r   
ModuleListlayerappendr   r   rg   r   s       r.   r$   zT5Block.__init__  s     ++]]_


 E`luv	
 ??JJ3FiPQ

)F+,r/   c                 x    | j                   d   ||||||	      }|d   }|dd  }|j                  t        j                  k(  rt        j                  t        j
                  |      j                         t        j                  |j                        j                  dz
  t        j                  |j                        j                        }t        j                  || |      }| j                  xr |d u}|r | j                   d   ||||||	      }|d   }|j                  t        j                  k(  rt        j                  t        j
                  |      j                         t        j                  |j                        j                  dz
  t        j                  |j                        j                        }t        j                  || |      }||dd  z   } | j                   d   |      }|j                  t        j                  k(  rt        j                  t        j
                  |      j                         t        j                  |j                        j                  dz
  t        j                  |j                        j                        }t        j                  || |      }|f}||z   S )Nr   )r   r   r   r   r   r   i  )r   max)r   r   r   r   r   r2   )r   r9   r&   r:   r   isinfanyfinfor   clamprt   )r*   r<   r   r   encoder_hidden_statesencoder_attention_maskencoder_decoder_position_biasr   r   r   return_dictr   self_attention_outputsattention_outputsclamp_valuedo_cross_attentioncross_attention_outputsr   s                     r.   r>   zT5Block.forward  sY    "/A)'+/"
 /q12126 %--/++M*..0M//044t;M//044K
 "KKK<[YM!__R1Fd1R&3djjm!65; /"3'# 4A6M ""emm3#kkKK.224KK 3 34884?KK 3 3488
 !&M|Q\ ] !24KAB4O O '

2}5 %--/++M*..0M//044t;M//044K
 "KKK<[YM " ''	
r/   r   )	NNNNNNFFTr   rC   s   @r.   r   r     s7    
-SSWZ 
- "#&*J
r/   r   c                   `     e Zd ZdZdef fdZdej                  dej                  fdZ xZ	S )T5ClassificationHeadz-Head for sentence-level classification tasks.rG   c                 (   t         |           t        j                  |j                  |j                        | _        t        j                  |j                        | _        t        j                  |j                  |j                        | _
        y )N)r   )r#   r$   r   rL   rM   denserQ   classifier_dropoutrS   
num_labelsout_projrV   s     r.   r$   zT5ClassificationHead.__init__  sZ    YYv~~v~~>
zzF$=$=>		&..&2C2CDr/   r<   returnc                     | j                  |      }| j                  |      }t        j                  |      }| j                  |      }| j	                  |      }|S rX   )rS   r  r&   tanhr  r\   s     r.   r>   zT5ClassificationHead.forward  sN    ]3

=1

=1]3m4r/   )
r?   r@   rA   __doc__r   r$   r&   rZ   r>   rB   rC   s   @r.   r  r    s/    7Ex EU\\ ell r/   r  c                   t    e Zd ZU eed<   dZdZdZdgZdgZ	e
d        Z ej                         d        Zd Zy	)
T5PreTrainedModelrG   transformerTr   rP   c                 v    t        j                  t              }t        j                  t              }|||d}|S )N)decoder_input_ids	input_idsdecoder_attention_mask)r&   tensorr   r   )r*   r  
input_maskdummy_inputss       r.   r  zT5PreTrainedModel.dummy_inputs  s6    LL.	\\*-
!*"&0

 r/   c                 r   | j                   j                  }t        |t              r$t	        j
                  |j                  |dz         y	t        |t        t        t        t        f      rt	        j                  |j                  j                  d|dz         t        |d      rE| j                   j                  s/t	        j                  |j                  j                  d|dz         t        |d      rpt	        j                  |j                   j                  d|| j                   j"                  dz  z         t	        j$                  |j                   j&                         y	y	t        |t(              rft        |d      rYt	        j                  |j*                  j                  d|dz         t	        j$                  |j*                  j&                         y	y	t        |t,              r9t	        j                  |j.                  j                  d|| j                   j"                  dz  z         t        |j.                  d      r?|j.                  j&                  )t	        j$                  |j.                  j&                         t	        j                  |j0                  j                  d|| j                   j"                  dz  z         t        |j0                  d      rA|j0                  j&                  *t	        j$                  |j0                  j&                         y	y	y	t        |t2              r9t	        j                  |j4                  j                  d|| j                   j"                  dz  z         t        |j4                  d      r?|j4                  j&                  )t	        j$                  |j4                  j&                         t	        j                  |j6                  j                  d|| j                   j8                  dz  z         t        |j6                  d      rA|j6                  j&                  *t	        j$                  |j6                  j&                         y	y	y	t        |t:              rt	        j                  |j<                  j                  d|| j                   j"                  dz  z         t        |j<                  d      r?|j<                  j&                  )t	        j$                  |j<                  j&                         t	        j                  |j>                  j                  d|| j                   j"                  dz  z         t        |j>                  d      r?|j>                  j&                  )t	        j$                  |j>                  j&                         t	        j                  |j6                  j                  d|| j                   j8                  dz  z         t        |j6                  d      rA|j6                  j&                  *t	        j$                  |j6                  j&                         y	y	y	t        |t@              rP| j                   j"                  }| j                   jB                  }| j                   jD                  }t	        j                  |jF                  j                  d|||z  dz  z         t	        j                  |jH                  j                  d||dz  z         t	        j                  |jJ                  j                  d||dz  z         t	        j                  |jL                  j                  d|||z  dz  z         |jN                  r3t	        j                  |jP                  j                  d||dz  z         y	y	y	)
zInitialize the weightsg      ?g        )r7   stdlm_head
qa_outputs      
classifierrK   N))rG   initializer_factorrY   r!   init	constant_r(   T5ModelT5ForConditionalGenerationT5EncoderModelT5ForQuestionAnsweringnormal_sharedhasattrtie_word_embeddingsr  r  rM   zeros_rK   T5ForTokenClassificationr  r  r  r  rF   rO   rP   rN   r_   ra   rb   rq   rx   rz   r   r   r   r   ru   r   )r*   modulefactorrM   ry   r{   s         r.   _init_weightszT5PreTrainedModel._init_weights  s6    //fk*NN6==&3,70.BXY
 LL--CVc\Jvy)$++2Q2QV^^22&3,Ov|,V..55CVPTP[P[PcPchlOlEmnF--223 -  89v|,V..55CVc\RF--223 -  45LL,,3Ft{{GZGZ_cFc<dev||V,1B1B1NFLL--.LL//cv$++J]J]bfIf?ghv/FOO4H4H4TFOO001 5U/0LL))DKKDWDW\`C`9abvyy&)fiinn.HFIINN+LL))DKKDTDTY]C]9^_vyy&)fiinn.HFIINN+ /I) 45LL++#6dkkFYFY^bEb;cdv{{F+0@0@0LFKK,,-LL++#6dkkFYFY^bEb;cdv{{F+0@0@0LFKK,,-LL))DKKDTDTY]C]9^_vyy&)fiinn.HFIINN+ /I),kk))G!%!1!1kk++GLLs7M_C_dhBh8ijLLs'4-8PQLLs'4-8PQLLs7M_C_dhBh8ij11V;;BBRX]dim\mRno 2 -r/   c                 8   | j                   j                  }| j                   j                  }|t        d      |j	                  |j
                        }|dd df   j                         |ddd f<   ||d<   |t        d      |j                  |dk(  |       |S )Nzself.model.config.decoder_start_token_id has to be defined. In T5 it is usually set to the pad_token_id. See T5 docs for more information..r2   r   ).r   z1self.model.config.pad_token_id has to be defined.)rG   decoder_start_token_idpad_token_id
ValueError	new_zerosr   r   masked_fill_)r*   r  r.  r/  shifted_input_idss        r.   _shift_rightzT5PreTrainedModel._shift_rightS  s    !%!C!C{{//!)4 
 &//	@%.sCRCx%8%>%>%@#qr'"$:&!PQQ&&'8D'@,O  r/   N)r?   r@   rA   r   __annotations__base_model_prefixsupports_gradient_checkpointing_can_compile_fullgraph_no_split_modules_keep_in_fp32_modulespropertyr  r&   no_gradr+  r4   r/   r.   r  r    s`    %&*#!"!F  U]]_4p 4pl!r/   r  c                   @     e Zd Z fdZd Z	 	 	 	 	 	 	 	 	 	 ddZ xZS )T5Stackc                    t         |   |       t        j                  |j                  |j
                        | _        |j                  | _        t        j                  t        |j                        D cg c]  }t        |t        |dk(        |       c}      | _        t        |j
                  |j                        | _        t        j"                  |j$                        | _        | j)                          d| _        y c c}w )Nr   r   ri   F)r#   r$   r   r   
vocab_sizerM   embed_tokensrt   r   range
num_layersr   boolblockr!   rl   final_layer_normrQ   rR   rS   	post_initr   )r*   rG   ir-   s      r.   r$   zT5Stack.__init__j  s     LL):):FNNK ++]]]bcictct]uvXYWVa1fQRSv

 !,FNN@Y@Y Zzz&"5"56 	&+# ws   7!Dc                     || _         y rX   )rB  r*   new_embeddingss     r.   set_input_embeddingszT5Stack.set_input_embeddingsz  s
    *r/   c                    ||n| j                   j                  }||n| j                   j                  }|	|	n| j                   j                  }	|
|
n| j                   j                  }
|$|"| j
                  rdnd}t        d| d| d      |&|j                         }|j                  d|d         }n8||j                         d d }n"| j
                  rdnd}t        d| d| d	      | j                  r%| j                  r|rt        j                  d
       d}|(| j                  t        d      | j                  |      }|\  }}|du r| j
                  st        d|  d      | j
                  rf|rr|p| j                   j                  r5t        t!        | j                         t!        | j                               }n%t!        | j                         }n| j
                  sd }| j                   j
                  r6t#        | j                   ||t%        |t              r|j&                  n|      }nt)        | j                   ||      }d }| j
                  r|t)        | j                   |||      }|	rdnd }|rdnd }|r| j
                  rdnd }d }d }| j+                  |      }| j,                  D ]_  }|	r||fz   } |||||||||||

      }|d   }|d   }| j
                  r|	||rdnd   }|sA||d   fz   }| j
                  sW||d   fz   }a | j/                  |      }| j+                  |      }|	r||fz   }|
st1        d |||||fD              S t3        |||||      S )Ndecoder_ zYou cannot specify both zinput_ids and zinputs_embeds at the same timer2   zYou have to specify either zinput_ids or inputs_embedszZ`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`...Fz<You have to initialize the model with valid token embeddingsTz)`use_cache` can only be set to `True` if z is used as a decoder)rG   )rG   rQ  r   r   )rG   rQ  r   )rG   rQ  r   r   r=  )r   r   r   r   r   r   r   r1      c              3   $   K   | ]  }|| 
 y wrX   r=  ).0r   s     r.   	<genexpr>z"T5Stack.forward.<locals>.<genexpr>  s      
 = 
s   )last_hidden_stater   r<   
attentionscross_attentions)rG   r   r   output_hidden_statesr   rt   r0  sizer   r   r   r}   r~   rB  is_encoder_decoderr   r   r   rY   r   r   rS   rF  rG  tupler   )r*   r  r   r   r   rQ  r   r   r   rY  r   r   err_msg_prefixr   
batch_size
seq_lengthencoder_extended_attention_maskall_hidden_statesall_attentionsall_cross_attentionsr   r   r<   layer_modulelayer_outputss                            r.   r>   zT5Stack.forward}  s    "+!6IDKK<Q<Q	1B1N-TXT_T_TqTq$8$D $++JjJj 	 &1%<k$++BYBY ]%>+/??ZN*>*:.HXXvw  "#..*K!r;r?;I&',,.s3K+/??ZN:>:J-XfWggtuvv&&4==##p "	   ( !_`` --i8M!,
J?? #LTFRg!hii??_4;;11&9$DKK8,dkk:Z'O '3$++&FO #O;;!!/{{+-o/BC !0 D D$N 7{{+-N +/'??4@.G{{+5&;	/+ #7BD0d&7DOOrRV(,%]3 JJ 	VL#$58H$H!(%/- /#"3'M *!,M
 *!,M#8#D0=CTaZ[0\- !/=3C2E!E??+?=QRCSBU+U(;	V> --m<]3   1]4D D 
 "#%"(
 
 
 9+++%1
 	
r/   )
NNNNNNNNNN)r?   r@   rA   r$   rM  r>   rB   rC   s   @r.   r?  r?  i  s3    , +
 "#![
r/   r?  c                       e Zd ZdgZdddZdef fdZd Zd Ze		 	 	 	 	 	 	 	 	 	 	 	 dd	e
j                  dz  d
e
j                  dz  de
j                  dz  de
j                  dz  deee
j                        dz  dedz  de
j                   dz  de
j                   dz  dedz  dedz  dedz  dedz  dee
j                     ez  fd       Z xZS )r  Fdecoder.block.0.layer.1.EncDecAttention.relative_attention_bias.weightshared.weightencoder.embed_tokens.weightdecoder.embed_tokens.weightrG   c                    t         |   |       t        j                  |j                  |j
                        | _        t        j                  |      }d|_	        d|_
        t        |      | _        t        j                  |      }d|_	        |j                  |_        t        |      | _        | j!                          y NFT)r#   r$   r   r   rA  rM   r$  copydeepcopyrt   r   r?  encodernum_decoder_layersrD  decoderrH  r*   rG   encoder_configdecoder_configr-   s       r.   r$   zT5Model.__init__%  s     ll6#4#4fnnEv.$)!#( ~.v.$(!$*$=$=!~. 	r/   c                     | j                   S rX   r$  r*   s    r.   get_input_embeddingszT5Model.get_input_embeddings6      {{r/   c                 ~    || _         | j                  j                  |       | j                  j                  |       y rX   r$  rp  rM  rr  rK  s     r.   rM  zT5Model.set_input_embeddings9  -    $)).9)).9r/   Nr  r   r  r  encoder_outputsr   rQ  decoder_inputs_embedsr   r   rY  r   r  c                 D   |	|	n| j                   j                  }	||n| j                   j                  }|| j                  ||||
||      }nI|rGt	        |t
              s7t        |d   t        |      dkD  r|d   ndt        |      dkD  r|d   nd      }|d   }| j                  |||||||	|
||
      }|s||z   S t        |j                  |j                  |j                  |j                  |j                  |j                  |j                  |j                        S )	aV
  
        input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
            Indices of input sequence tokens in the vocabulary. T5 is a model with relative position embeddings so you
            should be able to pad the inputs on both the right and the left.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for detail.

            [What are input IDs?](../glossary#input-ids)

            To know more on how to prepare `input_ids` for pretraining take a look a [T5 Training](./t5#training).
        decoder_input_ids (`torch.LongTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Indices of decoder input sequence tokens in the vocabulary.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for details.

            [What are decoder input IDs?](../glossary#decoder-input-ids)

            T5 uses the `pad_token_id` as the starting token for `decoder_input_ids` generation. If `past_key_values`
            is used, optionally only the last `decoder_input_ids` have to be input (see `past_key_values`).

            To know more on how to prepare `decoder_input_ids` for pretraining take a look at [T5
            Training](./t5#training).
        decoder_attention_mask (`torch.BoolTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Default behavior: generate a tensor that ignores pad tokens in `decoder_input_ids`. Causal mask will also
            be used by default.

        Example:

        ```python
        >>> from transformers import AutoTokenizer, T5Model

        >>> tokenizer = AutoTokenizer.from_pretrained("google-t5/t5-small")
        >>> model = T5Model.from_pretrained("google-t5/t5-small")

        >>> input_ids = tokenizer(
        ...     "Studies have been shown that owning a dog is good for you", return_tensors="pt"
        ... ).input_ids  # Batch size 1
        >>> decoder_input_ids = tokenizer("Studies show that", return_tensors="pt").input_ids  # Batch size 1

        >>> # preprocess: Prepend decoder_input_ids with start token which is pad token for T5Model.
        >>> # This is not needed for torch's T5ForConditionalGeneration as it does this internally using labels arg.
        >>> decoder_input_ids = model._shift_right(decoder_input_ids)

        >>> # forward pass
        >>> outputs = model(input_ids=input_ids, decoder_input_ids=decoder_input_ids)
        >>> last_hidden_states = outputs.last_hidden_state
        ```Nr  r   rQ  r   rY  r   r   r   r1   rV  r<   rW  
r  r   rQ  r   r   r   r   r   rY  r   )rV  r   decoder_hidden_statesdecoder_attentionsrX  encoder_last_hidden_stater   encoder_attentions)rG   r   r   rp  rY   r   lenrr  r   rV  r   r<   rW  rX  )r*   r  r   r  r  r~  r   rQ  r  r   r   rY  r   r   r<   decoder_outputss                   r.   r>   zT5Model.forward>  sO   D "+!6IDKK<Q<Q	%0%<k$++BYBY ""ll#-+"3%9' + O O_!M-"1!"4474H14Loa0RV14_1E1I?1-tO (* ,,'1/+"/#1/!5# ' 
 "_44!-??+;;"1"?"?.99,==&5&G&G"1"?"?.99	
 		
r/   NNNNNNNNNNNN)r?   r@   rA   "_keys_to_ignore_on_load_unexpected_tied_weights_keysr   r$   ry  rM  r   r&   
LongTensorFloatTensor
BoolTensorr\  r
   rZ   rE  r   r>   rB   rC   s   @r.   r  r    sx    	Q*& (7'6
x ":
  .23759:>BF(,-159!%)-,0#'q
##d*q
 ))D0q
 !++d2	q

 !& 0 04 7q
 uU%6%6784?q
 q
 ||d*q
  %||d2q
 $;q
  $;q
 #Tkq
 D[q
 
u  	!$6	6q
 q
r/   r  z:
    T5 Model with a `language modeling` head on top.
    )custom_introc                       e Zd ZdgZddddZdef fdZd Zd Ze		 	 	 	 	 	 	 	 	 	 	 	 	 dd	e
j                  dz  d
e
j                  dz  de
j                  dz  de
j                  dz  deee
j                        dz  dedz  de
j                  dz  de
j                  dz  de
j                  dz  dedz  dedz  dedz  dedz  dee
j                     ez  fd       Zde
j                  fdZ xZS )r   rg  rh  )zlm_head.weightrj  rk  rG   c                    t         |   |       |j                  | _        t	        j
                  |j                  |j                        | _        t        j                  |      }d|_
        d|_        t        |      | _        t        j                  |      }d|_
        |j                  |_        t        |      | _        t	        j"                  |j                  |j                  d      | _        | j'                          y )NFTrJ   )r#   r$   rM   	model_dimr   r   rA  r$  rn  ro  rt   r   r?  rp  rq  rD  rr  rL   r  rH  rs  s       r.   r$   z#T5ForConditionalGeneration.__init__  s     ll6#4#4fnnEv.$)!#( ~.v.$(!$*$=$=!~.yy1B1BO 	r/   c                     | j                   S rX   rw  rx  s    r.   ry  z/T5ForConditionalGeneration.get_input_embeddings  rz  r/   c                 ~    || _         | j                  j                  |       | j                  j                  |       y rX   r|  rK  s     r.   rM  z/T5ForConditionalGeneration.set_input_embeddings  r}  r/   Nr  r   r  r  r~  r   rQ  r  labelsr   r   rY  r   r  c                    |
|
n| j                   j                  }
||n| j                   j                  }|| j                  ||||||      }nI|rGt	        |t
              s7t        |d   t        |      dkD  r|d   ndt        |      dkD  r|d   nd      }|d   }|	||| j                  |	      }| j                  |||||||
|||
      }|d   }| j                   j                  r|| j                  dz  z  }| j                  |      }d}|	^t        d	
      }|	j                  |j                        }	 ||j                  d|j!                  d            |	j                  d            }|s|f|dd z   |z   }||f|z   S |S t#        |||j$                  |j&                  |j(                  |j*                  |j,                  |j&                  |j(                  	      S )a  
        input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
            Indices of input sequence tokens in the vocabulary. T5 is a model with relative position embeddings so you
            should be able to pad the inputs on both the right and the left.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for detail.

            [What are input IDs?](../glossary#input-ids)

            To know more on how to prepare `input_ids` for pretraining take a look a [T5 Training](./t5#training).
        decoder_input_ids (`torch.LongTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Indices of decoder input sequence tokens in the vocabulary.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for details.

            [What are decoder input IDs?](../glossary#decoder-input-ids)

            T5 uses the `pad_token_id` as the starting token for `decoder_input_ids` generation. If `past_key_values`
            is used, optionally only the last `decoder_input_ids` have to be input (see `past_key_values`).

            To know more on how to prepare `decoder_input_ids` for pretraining take a look at [T5
            Training](./t5#training).
        decoder_attention_mask (`torch.BoolTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Default behavior: generate a tensor that ignores pad tokens in `decoder_input_ids`. Causal mask will also
            be used by default.
        labels (`torch.LongTensor` of shape `(batch_size,)`, *optional*):
            Labels for computing the sequence classification/regression loss. Indices should be in `[-100, 0, ...,
            config.vocab_size - 1]`. All labels set to `-100` are ignored (masked), the loss is only computed for
            labels in `[0, ..., config.vocab_size]`

        Examples:

        ```python
        >>> from transformers import AutoTokenizer, T5ForConditionalGeneration

        >>> tokenizer = AutoTokenizer.from_pretrained("google-t5/t5-small")
        >>> model = T5ForConditionalGeneration.from_pretrained("google-t5/t5-small")

        >>> # training
        >>> input_ids = tokenizer("The <extra_id_0> walks in <extra_id_1> park", return_tensors="pt").input_ids
        >>> labels = tokenizer("<extra_id_0> cute dog <extra_id_1> the <extra_id_2>", return_tensors="pt").input_ids
        >>> outputs = model(input_ids=input_ids, labels=labels)
        >>> loss = outputs.loss
        >>> logits = outputs.logits

        >>> # inference
        >>> input_ids = tokenizer(
        ...     "summarize: studies have shown that owning a dog is good for you", return_tensors="pt"
        ... ).input_ids  # Batch size 1
        >>> outputs = model.generate(input_ids)
        >>> print(tokenizer.decode(outputs[0], skip_special_tokens=True))
        >>> # studies have shown that owning a dog is good for you.
        ```Nr  r   r   r1   r  r  r  r-  ignore_indexr2   	losslogitsr   r  r  rX  r  r   r  )rG   r   r   rp  rY   r   r  r4  rr  scale_decoder_outputsr  r  r   r4   r   r   rZ  r   r   r<   rW  rX  rV  )r*   r  r   r  r  r~  r   rQ  r  r  r   r   rY  r   r   r<   r  sequence_output	lm_logitsr  loss_fctoutputs                         r.   r>   z"T5ForConditionalGeneration.forward  s   R "+!6IDKK<Q<Q	%0%<k$++BYBY ""ll#-+"3%9' + O O_!M-"1!"4474H14Loa0RV14_1E1I?1-tO (*"3";@U@] $ 1 1& 9 ,,'1/+"/#1/!5# ' 
 *!,;;,,-1EFOLL1	'T:HYYy//0FINN2y~~b/ABFKKPROTD\OAB$77/IF)-)9TGf$EvE+;;"1"?"?.99,==&5&G&G"1"?"?.99

 
	
r/   c                 $    | j                  |      S rX   )r4  )r*   r  s     r.   %prepare_decoder_input_ids_from_labelsz@T5ForConditionalGeneration.prepare_decoder_input_ids_from_labelso  s      ((r/   NNNNNNNNNNNNN)r?   r@   rA   r  r  r   r$   ry  rM  r   r&   r  r  r  r\  rZ   r
   rE  r   r>   r  rB   rC   s   @r.   r   r     s    	Q*& *'6'6x *:
  .23759:>=A(,26:>*.!%)-,0#'M
##d*M
 ))D0M
 !++d2	M

 !& 0 04 7M
 uU\\23d:M
 M
 ((4/M
  %0047M
   4'M
 $;M
  $;M
 #TkM
 D[M
  
u  	!O	3!M
 M
^)ELL )r/   r   c                        e Zd ZddiZdgZdef fdZd Zd Ze		 	 	 	 	 	 dd	e
j                  dz  d
e
j                  dz  de
j                  dz  dedz  dedz  dedz  dee
j                     ez  fd       Z xZS )r!  rj  rh  rr  rG   c                     t         |   |       t        j                  |j                  |j
                        | _        |}d|_        d|_        t        |      | _
        | j                          y )NF)r#   r$   r   r   rA  rM   r$  r   r[  r?  rp  rH  )r*   rG   rt  r-   s      r.   r$   zT5EncoderModel.__init__x  sY     ll6#4#4fnnE#( ,1)~. 	r/   c                     | j                   S rX   rw  rx  s    r.   ry  z#T5EncoderModel.get_input_embeddings  rz  r/   c                 H    || _         | j                  j                  |       y rX   )r$  rp  rM  rK  s     r.   rM  z#T5EncoderModel.set_input_embeddings  s    $)).9r/   Nr  r   rQ  r   rY  r   r  c                 h    ||n| j                   j                  }| j                  ||||||      }|S )aI  
        input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
            Indices of input sequence tokens in the vocabulary. T5 is a model with relative position embeddings so you
            should be able to pad the inputs on both the right and the left.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for detail.

            To know more on how to prepare `input_ids` for pretraining take a look a [T5 Training](./t5#training).

        Example:

        ```python
        >>> from transformers import AutoTokenizer, T5EncoderModel

        >>> tokenizer = AutoTokenizer.from_pretrained("google-t5/t5-small")
        >>> model = T5EncoderModel.from_pretrained("google-t5/t5-small")
        >>> input_ids = tokenizer(
        ...     "Studies have been shown that owning a dog is good for you", return_tensors="pt"
        ... ).input_ids  # Batch size 1
        >>> outputs = model(input_ids=input_ids)
        >>> last_hidden_states = outputs.last_hidden_state
        ```r  )rG   r   rp  )	r*   r  r   rQ  r   rY  r   r   r~  s	            r.   r>   zT5EncoderModel.forward  sH    D &1%<k$++BYBY,,)'/!5# ' 
 r/   )NNNNNN)r?   r@   rA   r  r  r   r$   ry  rM  r   r&   r  r  rE  r\  r   r>   rB   rC   s   @r.   r!  r!  s  s    7I*4&
x 
:  .23726)-,0#',##d*, ))D0, ((4/	,
  $;, #Tk, D[, 
u  	!O	3, ,r/   r!  z
    T5 model with a sequence classification/head on top (a linear layer on top of the pooled output) e.g. for GLUE
    tasks.
    c                   ~    e Zd ZdgZdef fdZe	 	 	 	 	 	 	 	 	 	 	 	 ddej                  dz  dej                  dz  dej                  dz  dej                  dz  d	e
ej                     dz  d
ej                  dz  dej                  dz  dej                  dz  dedz  dedz  dedz  dedz  deez  fd       Z xZS )T5ForSequenceClassificationrg  rG   c                     t         |   |       t        |      | _        t	        |      | _        | j                          y rX   )r#   r$   r  r  r  classification_headrH  rV   s     r.   r$   z$T5ForSequenceClassification.__init__  s5     "6?#7#?  	r/   Nr  r   r  r  r~  rQ  r  r  r   r   rY  r   r  c                    ||n| j                   j                  }|d}	|$|"t        d| j                  j                         | ||t        d      | j                  |      }| j                  ||||||||	|
||      }|d   }|j                  | j                   j                        j                  |j                        }t        t        j                  |j                  d            j!                         dk(  d       |j"                  \  }}}||ddf   j%                  |d	|      ddd	ddf   }| j'                  |      }d}||j                  |j                        }| j                   j(                  | j                   j*                  dk(  rd
| j                   _        nv| j                   j*                  dkD  rL|j,                  t        j.                  k(  s|j,                  t        j0                  k(  rd| j                   _        nd| j                   _        | j                   j(                  d
k(  rSt3               }| j                   j*                  dk(  r& ||j5                         |j5                               }n |||      }n| j                   j(                  dk(  rGt7               } ||j%                  d	| j                   j*                        |j%                  d	            }n,| j                   j(                  dk(  rt9               } |||      }|s|f|dd z   }||f|z   S |S t;        |||j<                  |j>                  |j@                  |jB                  |jD                  |jF                  |jH                  	      S )a  
        input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
            Indices of input sequence tokens in the vocabulary. T5 is a model with relative position embeddings so you
            should be able to pad the inputs on both the right and the left.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for detail.

            [What are input IDs?](../glossary#input-ids)

            To know more on how to prepare `input_ids` for pretraining take a look a [T5 Training](./t5#training).
        decoder_input_ids (`torch.LongTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Indices of decoder input sequence tokens in the vocabulary.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for details.

            [What are decoder input IDs?](../glossary#decoder-input-ids)

            T5 uses the `pad_token_id` as the starting token for `decoder_input_ids` generation. If `past_key_values`
            is used, optionally only the last `decoder_input_ids` have to be input (see `past_key_values`).

            To know more on how to prepare `decoder_input_ids` for pretraining take a look at [T5
            Training](./t5#training).
        decoder_attention_mask (`torch.BoolTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Default behavior: generate a tensor that ignores pad tokens in `decoder_input_ids`. Causal mask will also
            be used by default.
        labels (`torch.LongTensor` of shape `(batch_size,)`, *optional*):
            Labels for computing the sequence classification/regression loss. Indices should be in `[0, ...,
            config.num_labels - 1]`. If `config.num_labels > 1` a classification loss is computed (Cross-Entropy).
        NFz8Passing input embeddings is currently not supported for If no `decoder_input_ids` or `decoder_inputs_embeds` are passed, `input_ids` cannot be `None`. Please pass either `input_ids` or `decoder_input_ids` or `decoder_inputs_embeds`.)
r   r  r  r~  rQ  r  r   r   rY  r   r   r   z7All examples must have the same number of <eos> tokens.r2   
regressionsingle_label_classificationmulti_label_classificationr  )%rG   r   NotImplementedErrorr-   r?   r0  r4  r  eqeos_token_idr4   r   r   r&   unique_consecutivesumnumelr   r   r  problem_typer  r9   r   r   r   squeezer   r   r   r   r  r  rX  r  r   r  )r*   r  r   r  r  r~  rQ  r  r  r   r   rY  r   r   r   r  eos_maskr^  _r+   sentence_representationr  r  r  r  s                            r.   r>   z#T5ForSequenceClassification.forward  sN   ` &1%<k$++BYBYI!:%J4>>KbKbJcd  $)>)F  U 
 !% 1 1) <"")/#9+'"7/!5# # 
 "!*<< 8 89<<_=S=ST$$X\\!_5;;=BE	
 &5%:%:"
A{"1(A+">"C"CJPRT_"`abdfhiai"j))*ABYYv}}-F{{''/;;))Q./;DKK,[[++a/V\\UZZ5OSYS_S_chclclSl/LDKK,/KDKK,{{''<7"9;;))Q.#FNN$4fnn6FGD#FF3D))-JJ+-B0F0F GUWY))-II,./Y,F)-)9TGf$EvE.#33")"?"?&99$55&-&G&G")"?"?&99

 
	
r/   r  )r?   r@   rA   r  r   r$   r   r&   r  rZ   listr  rE  r\  r   r>   rB   rC   s   @r.   r  r    sU    +s)s&x   .2.259:>:>26:>*.!%)-,0#'A
##d*A
 t+A
 !++d2	A

 !& 0 04 7A
 e//047A
 ((4/A
  %0047A
   4'A
 $;A
  $;A
 #TkA
 D[A
 
0	0A
 A
r/   r  c                        e Zd Zdef fdZe	 	 	 	 	 	 	 ddej                  dz  dej                  dz  dej                  dz  dej                  dz  dedz  d	edz  d
edz  de	ej                     e
z  fd       Z xZS )r(  rG   c                 ,   t         |   |       |j                  | _        t        |      | _        t        j                  |j                        | _        t        j                  |j                  |j                        | _        | j                          y rX   )r#   r$   r  r!  r  r   rQ   r  rS   rL   r+   r  rH  rV   s     r.   r$   z!T5ForTokenClassification.__init__S  sj      ++)&1zz&";";<))F$6$68I8IJ 	r/   Nr  r   rQ  r  r   rY  r   r  c                    ||n| j                   j                  }| j                  ||||||      }	|	d   }
| j                  |
      }
| j	                  |
      }d}|<t               } ||j                  d| j                        |j                  d            }|s||	dd f}||f|z   S |S t        |||	j                  |	j                        S )a<  
        input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
            Indices of input sequence tokens in the vocabulary. T5 is a model with relative position embeddings so you
            should be able to pad the inputs on both the right and the left.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for detail.

            [What are input IDs?](../glossary#input-ids)

            To know more on how to prepare `input_ids` for pretraining take a look a [T5 Training](./t5#training).
        labels (`torch.LongTensor` of shape `(batch_size, sequence_length)`, *optional*):
            Labels for computing the token classification loss. Indices should be in `[0, ..., config.num_labels - 1]`.
        N)r   rQ  r   rY  r   r   r2   r1   )r  r  r<   rW  )rG   r   r  rS   r  r   r   r  r   r<   rW  )r*   r  r   rQ  r  r   rY  r   r   r   r<   r  r  r  r  s                  r.   r>   z T5ForTokenClassification.forward^  s    4 &1%<k$++BYBY"")'/!5# # 
  
]3/')HFKKDOO<fkk"oNDgam,F)-)9TGf$EvE$!//))	
 	
r/   )NNNNNNN)r?   r@   rA   r   r$   r   r&   rZ   rE  r\  r   r>   rB   rC   s   @r.   r(  r(  Q  s    	x 	  *..2-1&*)-,0#'6
<<$&6
 t+6
 ||d*	6

 t#6
  $;6
 #Tk6
 D[6
 
u||	4	46
 6
r/   r(  c                       e Zd ZdgZdddZdef fdZd Zd Ze		 	 	 	 	 	 	 	 	 	 	 	 	 dd	e
j                  dz  d
e
j                  dz  de
j                  dz  de
j                  dz  deee
j                        dz  de
j                  dz  de
j                  dz  de
j                  dz  de
j                  dz  dedz  dedz  dedz  dedz  dee
j                     ez  fd       Z xZS )r"  rg  rh  ri  rG   c                 $   t         |   |       |j                  | _        t	        j
                  |j                  |j                        | _        t        j                  |      }d|_
        d|_        t        |      | _        t        j                  |      }d|_
        |j                  |_        t        |      | _        |j"                  | _        t	        j$                  |j&                  |j"                        | _        | j+                          y rm  )r#   r$   rM   r  r   r   rA  r$  rn  ro  rt   r   r?  rp  rq  rD  rr  r  rL   r+   r  rH  rs  s       r.   r$   zT5ForQuestionAnswering.__init__  s     ll6#4#4fnnEv.$)!#( ~.v.$(!$*$=$=!~. ++))F$6$68I8IJ 	r/   c                     | j                   S rX   rw  rx  s    r.   ry  z+T5ForQuestionAnswering.get_input_embeddings  rz  r/   c                 ~    || _         | j                  j                  |       | j                  j                  |       y rX   r|  rK  s     r.   rM  z+T5ForQuestionAnswering.set_input_embeddings  r}  r/   Nr  r   r  r  r~  start_positionsend_positionsrQ  r  r   r   rY  r   r  c                    ||n| j                   j                  }|
|
n| j                   j                  }
||d}
| |	|t        d      | j	                  |      }|
|
n| j                   j                  }
||n| j                   j                  }|| j                  ||||||      }nI|rGt        |t              s7t        |d   t        |      dkD  r|d   ndt        |      dkD  r|d   nd      }|d   }| j                  |||	d|||
|||	
      }|d   }| j                  |      }|j                  dd
      \  }}|j                  d
      j                         }|j                  d
      j                         }d}||t        |j                               dkD  r*|j                  d
      j                  |j                         }t        |j                               dkD  r*|j                  d
      j                  |j                         }|j                  d      }|j#                  d|      }|j#                  d|      }t%        |      } |||      } |||      }||z   dz  }|s||f|dd z   |z   }||f|z   S |S t'        ||||j(                  |j*                  |j,                  |j.                  |j0                  |j*                  |j,                  
      S )az  
        input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
            Indices of input sequence tokens in the vocabulary. T5 is a model with relative position embeddings so you
            should be able to pad the inputs on both the right and the left.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for detail.

            [What are input IDs?](../glossary#input-ids)

            To know more on how to prepare `input_ids` for pretraining take a look a [T5 Training](./t5#training).
        decoder_input_ids (`torch.LongTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Indices of decoder input sequence tokens in the vocabulary.

            Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
            [`PreTrainedTokenizer.__call__`] for details.

            [What are decoder input IDs?](../glossary#decoder-input-ids)

            T5 uses the `pad_token_id` as the starting token for `decoder_input_ids` generation. If `past_key_values`
            is used, optionally only the last `decoder_input_ids` have to be input (see `past_key_values`).

            To know more on how to prepare `decoder_input_ids` for pretraining take a look at [T5
            Training](./t5#training).
        decoder_attention_mask (`torch.BoolTensor` of shape `(batch_size, target_sequence_length)`, *optional*):
            Default behavior: generate a tensor that ignores pad tokens in `decoder_input_ids`. Causal mask will also
            be used by default.
        NFr  r  r   r   r1   r  r  r2   r   r  )
r  start_logits
end_logitsr   r  r  rX  r  r   r  )rG   r   r   r0  r4  rp  rY   r   r  rr  r  splitr  r   rZ  r4   r   r   r   r   r   r<   rW  rX  rV  )r*   r  r   r  r  r~  r  r  rQ  r  r   r   rY  r   r   r<   r  r  r  r  r  
total_lossignored_indexr  
start_lossend_lossr  s                              r.   r>   zT5ForQuestionAnswering.forward  s0   \ &1%<k$++BYBY!*!6IDKK<Q<Q	&=+DI
 $)>)F  U 
 !% 1 1) <!*!6IDKK<Q<Q	%0%<k$++BYBY ""ll#-+"3%9' + O O_!M-"1!"4474H14Loa0RV14_1E1I?1-tO (* ,,'1/ "/#1/!5# ' 
 *!,1#)<<r<#: j#++B/::<''+668

&=+D?'')*Q."1"9"9""="@"@ATAT"U=%%'(1, - 5 5b 9 < <Z=N=N O(--a0M-33A}EO)//=AM']CH!,@J
M:H$x/14J"J//!"2EEWF/9/EZMF*Q6Q2%!+;;"1"?"?.99,==&5&G&G"1"?"?.99
 	
r/   r  )r?   r@   rA   r  r  r   r$   ry  rM  r   r&   r  r  r  r\  rZ   rE  r   r>   rB   rC   s   @r.   r"  r"    s   *r)s&'6'6
x ,:
  .23759:>=A371526:>!%)-,0#'I
##d*I
 ))D0I
 !++d2	I

 !& 0 04 7I
 uU\\23d:I
 ))D0I
 ''$.I
 ((4/I
  %0047I
 $;I
  $;I
 #TkI
 D[I
  
u  	!$G	G!I
 I
r/   r"  )r!  r   r  r  r"  r  r(  )Gr  rn  r   r&   r   torch.nnr   r   r   rP  r   r  activationsr	   cache_utilsr
   r   r   
generationr   masking_utilsr   r   modeling_layersr   modeling_outputsr   r   r   r   r   r   r   modeling_utilsr   utilsr   r   r   r   r   configuration_t5r   
get_loggerr?   r}   Moduler!   apex.normalizationrD   infoImportError	ExceptionwarningrF   r_   rg   rq   r   r   r   r  r  r?  r  r   r!  r  r(  r"  __all__r=  r/   r.   <module>r     sI        A A & ! C C ) J 9   . ^ ^ & 
		H	%+")) +2
Y/K
KKabbii ,299 :		 $")) D299 BBII >W
( W
t299 $ ^! ^! ^!Bo
 o
d T
 T
 T
n 
x)!2O x)
x)v D& D DN M
"3 M
M
` C
0 C
 C
L o
. o
 o
d}/  	 Y
NNWXYs   G# #H+HH