
    ^j                       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/ G d dej\                        Z0 G d dej\                        Z1 G d dej\                        Z2 G d dej\                        Z3 G d dej\                        Z4 G d dej\                        Z5 G d d e      Z6 G d! d"ej\                        Z7e& G d# d$e"             Z8 G d% d&e8      Z9e& G d' d(e8             Z: e&d)*       G d+ d,e8e             Z;e& G d- d.e8             Z< e&d/*       G d0 d1e8             Z=e& G d2 d3e8             Z>e& G d4 d5e8             Z?g d6Z@y)7z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      m/var/www/ramen.bs-engineer-server.com/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!   c                   *     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*   rF   r-   s     r.   r$   zT5DenseActDense.__init__H   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)rN   rT   rR   
isinstancerO   r(   r&   Tensorr9   int8r4   r*   r<   s     r.   r>   zT5DenseActDense.forwardO   s    ./]3tww~~u||4##tww~~';';;$$

2),,TWW^^-A-ABM.r/   r?   r@   rA   r   r$   r>   rB   rC   s   @r.   rE   rE   G   s    /x /r/   rE   c                   *     e Zd Zdef fdZd Z xZS )T5DenseGatedActDenserF   c                    t         |           t        j                  |j                  |j
                  d      | _        t        j                  |j                  |j
                  d      | _        t        j                  |j
                  |j                  d      | _        t        j                  |j                        | _        t        |j                     | _        y rH   )r#   r$   r   rK   rL   rM   wi_0wi_1rO   rP   rQ   rR   r	   rS   rT   rU   s     r.   r$   zT5DenseGatedActDense.__init__^   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 rW   )rT   r`   ra   rR   rX   rO   r(   r&   rY   r9   rZ   r4   )r*   r<   hidden_geluhidden_linears       r.   r>   zT5DenseGatedActDense.forwardf   s    hhtyy78		-0#m3]3 tww~~u||4##tww~~';';;$$

2),,TWW^^-A-ABM.r/   r\   rC   s   @r.   r^   r^   ]   s    /x /r/   r^   c                   *     e Zd Zdef fdZd Z xZS )	T5LayerFFrF   c                    t         |           |j                  rt        |      | _        nt        |      | _        t        |j                  |j                        | _	        t        j                  |j                        | _        y )Nr,   )r#   r$   is_gated_actr^   DenseReluDenserE   r!   rL   layer_norm_epsilon
layer_normr   rP   rQ   rR   rU   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 rW   )rl   rj   rR   )r*   r<   forwarded_statess      r.   r>   zT5LayerFF.forward   s=    ??=9../?@%5E(FFr/   r\   rC   s   @r.   rf   rf   z   s    7x 7r/   rf   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 )T5AttentionNrF   	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.FrI   )r#   r$   
is_decoderhas_relative_attention_biasrelative_attention_num_bucketsrelative_attention_max_distancerL   d_kvkey_value_proj_dim	num_headsn_headsrQ   rR   	inner_dimrq   loggerwarning_oncer-   r?   r   rK   qkvo	Embeddingrelative_attention_biasgradient_checkpointingr*   rF   rt   rq   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   rs   ru   rv   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)(shaperx   get_seq_lengthrq   rX   r&   rY   cloner~   view	transposer   
is_updatedgetcross_attention_cacheself_attention_cachelayerskeysr   r   r   updatematmulrt   zerosr   r9   r   r   requires_gradr   r   
functionalsoftmaxr   type_asrR   
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.   rp   rp      sX     %* $	 , , :	 ,D -  - ^( [r/   rp   c                   >     e Zd Zddedz  f fdZ	 	 	 	 	 ddZ xZS )T5LayerSelfAttentionNrq   c                     t         |           t        |||      | _        t	        |j
                  |j                        | _        t        j                  |j                        | _        y )Nrt   rq   rh   )r#   r$   rp   SelfAttentionr!   rL   rk   rl   r   rP   rQ   rR   r   s       r.   r$   zT5LayerSelfAttention.__init__O  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   )rl   r   rR   )r*   r<   attention_maskr   r   r   r   r   normed_hidden_statesattention_outputr   s              r.   r>   zT5LayerSelfAttention.forwardW  sp      $}=-- '+/ . 
 &5Ea5H(II "%5ab%99r/   r   )NNNFFr?   r@   rA   r   r$   r>   rB   rC   s   @r.   r   r   N  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 )T5LayerCrossAttentionNrq   c                     t         |           t        |d|      | _        t	        |j
                  |j                        | _        t        j                  |j                        | _        y )NFr   rh   )r#   r$   rp   EncDecAttentionr!   rL   rk   rl   r   rP   rQ   rR   )r*   rF   rq   r-   s      r.   r$   zT5LayerCrossAttention.__init__p  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   )rl   r   rR   )r*   r<   r   r   r   r   r   r   r   r   layer_outputr   s               r.   r>   zT5LayerCrossAttention.forwardv  so      $}=// -'+/ 0 
 %t||4DQ4G'HH/$4QR$88r/   rW   )NNNFr   rC   s   @r.   r   r   o  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 )T5BlockNrq   c                 p   t         |           |j                  | _        t        j                         | _        | j
                  j                  t        |||             | j                  r&| j
                  j                  t        ||             | j
                  j                  t        |             y )Nr   )rq   )
r#   r$   rs   r   
ModuleListlayerappendr   r   rf   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   clamprs   )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.rF   c                 (   t         |           t        j                  |j                  |j                        | _        t        j                  |j                        | _        t        j                  |j                  |j                        | _
        y )N)r   )r#   r$   r   rK   rL   denserP   classifier_dropoutrR   
num_labelsout_projrU   s     r.   r$   zT5ClassificationHead.__init__  sZ    YYv~~v~~>
zzF$=$=>		&..&2C2CDr/   r<   returnc                     | j                  |      }| j                  |      }t        j                  |      }| j                  |      }| j	                  |      }|S rW   )rR   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&   rY   r>   rB   rC   s   @r.   r  r    s/    7Ex EU\\ ell r/   r  c                        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                          fd       Zd Z xZS )	T5PreTrainedModelrF   transformerTr   rO   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                    t         |   |       | 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	        |t0              r9t        j                  |j2                  j                  d|| j                  j&                  dz  z         t        |j2                  d      r?|j2                  j*                  )t        j(                  |j2                  j*                         t        j                  |j4                  j                  d|| j                  j&                  dz  z         t        |j4                  d      rA|j4                  j*                  *t        j(                  |j4                  j*                         y	y	y	t	        |t6              r9t        j                  |j8                  j                  d|| j                  j&                  dz  z         t        |j8                  d      r?|j8                  j*                  )t        j(                  |j8                  j*                         t        j                  |j:                  j                  d|| j                  j<                  dz  z         t        |j:                  d      rA|j:                  j*                  *t        j(                  |j:                  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                  |jB                  j                  d|| j                  j&                  dz  z         t        |jB                  d      r?|jB                  j*                  )t        j(                  |jB                  j*                         t        j                  |j:                  j                  d|| j                  j<                  dz  z         t        |j:                  d      rA|j:                  j*                  *t        j(                  |j:                  j*                         y	y	y	t	        |tD              rP| j                  j&                  }| j                  jF                  }| j                  jH                  }t        j                  |jJ                  j                  d|||z  dz  z         t        j                  |jL                  j                  d||dz  z         t        j                  |jN                  j                  d||dz  z         t        j                  |jP                  j                  d|||z  dz  z         |jR                  r3t        j                  |jT                  j                  d||dz  z         y	y	y	)
zInitialize the weightsg      ?g        )r7   stdlm_head
qa_outputs      
classifierrJ   N)+r#   _init_weightsrF   initializer_factorrX   r!   init	constant_r(   T5ModelT5ForConditionalGenerationT5EncoderModelT5ForQuestionAnsweringnormal_sharedhasattrtie_word_embeddingsr  r  rL   zeros_rJ   T5ForTokenClassificationr  r  r  r  rE   rN   rO   rM   r^   r`   ra   rp   rw   ry   r~   r   r   r   rt   r   )r*   modulefactorrL   rx   rz   r-   s         r.   r  zT5PreTrainedModel._init_weights  sD    	f%//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.)rF   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_rightG  s    !%!C!C{{//!)4 
 &//	@%.sCRCx%8%>%>%@#qr'"$:&!PQQ&&'8D'@,O  r/   )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  r3  rB   rC   s   @r.   r  r    sa    %&*#!"!F  U]]_5p 5pn!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   rh   F)r#   r$   r   r   
vocab_sizerL   embed_tokensrs   r   range
num_layersr   boolblockr!   rk   final_layer_normrP   rQ   rR   	post_initr   )r*   rF   ir-   s      r.   r$   zT5Stack.__init__^  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 rW   )r@  r*   new_embeddingss     r.   set_input_embeddingszT5Stack.set_input_embeddingsn  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)rF   )rF   rO  r   r   )rF   rO  r   )rF   rO  r   r    )r   r   r   r   r   r   r   r1      c              3   $   K   | ]  }|| 
 y wrW   rP  ).0r   s     r.   	<genexpr>z"T5Stack.forward.<locals>.<genexpr>  s      
 = 
s   )last_hidden_stater   r<   
attentionscross_attentions)rF   r   r   output_hidden_statesr   rs   r/  sizer   r   r   r|   r}   r@  is_encoder_decoderr   r   r   rX   r   r   rR   rD  rE  tupler   )r*   r  r   r   r   rO  r   r   r   rX  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.forwardq  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$   rK  r>   rB   rC   s   @r.   r=  r=  ]  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.weightrF   c                    t         |   |       t        j                  |j                  |j
                        | _        t        j                  |      }d|_	        d|_
        t        |      | _        t        j                  |      }d|_	        |j                  |_        t        |      | _        | j!                          y NFT)r#   r$   r   r   r?  rL   r$  copydeepcopyrs   r   r=  encodernum_decoder_layersrB  decoderrF  r*   rF   encoder_configdecoder_configr-   s       r.   r$   zT5Model.__init__  s     ll6#4#4fnnEv.$)!#( ~.v.$(!$*$=$=!~. 	r/   c                     | j                   S rW   r$  r*   s    r.   get_input_embeddingszT5Model.get_input_embeddings*      {{r/   c                 ~    || _         | j                  j                  |       | j                  j                  |       y rW   r$  ro  rK  rq  rI  s     r.   rK  zT5Model.set_input_embeddings-  -    $)).9)).9r/   Nr  r   r  r  encoder_outputsr   rO  decoder_inputs_embedsr   r   rX  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   rO  r   rX  r   r   r   r1   rU  r<   rV  
r  r   rO  r   r   r   r   r   rX  r   )rU  r   decoder_hidden_statesdecoder_attentionsrW  encoder_last_hidden_stater   encoder_attentions)rF   r   r   ro  rX   r   lenrq  r   rU  r   r<   rV  rW  )r*   r  r   r  r  r}  r   rO  r~  r   r   rX  r   r   r<   decoder_outputss                   r.   r>   zT5Model.forward2  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$   rx  rK  r   r&   
LongTensorFloatTensor
BoolTensorr[  r
   rY   rC  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   rf  rg  )zlm_head.weightri  rj  rF   c                    t         |   |       |j                  | _        t	        j
                  |j                  |j                        | _        t        j                  |      }d|_
        d|_        t        |      | _        t        j                  |      }d|_
        |j                  |_        t        |      | _        t	        j"                  |j                  |j                  d      | _        | j'                          y )NFTrI   )r#   r$   rL   	model_dimr   r   r?  r$  rm  rn  rs   r   r=  ro  rp  rB  rq  rK   r  rF  rr  s       r.   r$   z#T5ForConditionalGeneration.__init__  s     ll6#4#4fnnEv.$)!#( ~.v.$(!$*$=$=!~.yy1B1BO 	r/   c                     | j                   S rW   rv  rw  s    r.   rx  z/T5ForConditionalGeneration.get_input_embeddings  ry  r/   c                 ~    || _         | j                  j                  |       | j                  j                  |       y rW   r{  rI  s     r.   rK  z/T5ForConditionalGeneration.set_input_embeddings  r|  r/   Nr  r   r  r  r}  r   rO  r~  labelsr   r   rX  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  rW  r  r   r  )rF   r   r   ro  rX   r   r  r3  rq  scale_decoder_outputsr  r  r   r4   r   r   rY  r   r   r<   rV  rW  rU  )r*   r  r   r  r  r}  r   rO  r~  r  r   r   rX  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 rW   )r3  )r*   r  s     r.   %prepare_decoder_input_ids_from_labelsz@T5ForConditionalGeneration.prepare_decoder_input_ids_from_labelsc  s      ((r/   NNNNNNNNNNNNN)r?   r@   rA   r  r  r   r$   rx  rK  r   r&   r  r  r  r[  rY   r
   rC  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!  ri  rg  rq  rF   c                     t         |   |       t        j                  |j                  |j
                        | _        |}d|_        d|_        t        |      | _
        | j                          y )NF)r#   r$   r   r   r?  rL   r$  r   rZ  r=  ro  rF  )r*   rF   rs  r-   s      r.   r$   zT5EncoderModel.__init__l  sY     ll6#4#4fnnE#( ,1)~. 	r/   c                     | j                   S rW   rv  rw  s    r.   rx  z#T5EncoderModel.get_input_embeddingsx  ry  r/   c                 H    || _         | j                  j                  |       y rW   )r$  ro  rK  rI  s     r.   rK  z#T5EncoderModel.set_input_embeddings{  s    $)).9r/   Nr  r   rO  r   rX  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  )rF   r   ro  )	r*   r  r   rO  r   rX  r   r   r}  s	            r.   r>   zT5EncoderModel.forward  sH    D &1%<k$++BYBY,,)'/!5# ' 
 r/   )NNNNNN)r?   r@   rA   r  r  r   r$   rx  rK  r   r&   r  r  rC  r[  r   r>   rB   rC   s   @r.   r!  r!  g  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 )T5ForSequenceClassificationrf  rF   c                     t         |   |       t        |      | _        t	        |      | _        | j                          y rW   )r#   r$   r  r  r  classification_headrF  rU   s     r.   r$   z$T5ForSequenceClassification.__init__  s5     "6?#7#?  	r/   Nr  r   r  r  r}  rO  r~  r  r   r   rX  r   r  c                 R   ||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   }t        |j"                  d   |z  dk\  d	       |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}  rO  r~  r   r   rX  r   r   r   z7All examples must have the same number of <eos> tokens.z3Each example must contain at least one <eos> token.r2   
regressionsingle_label_classificationmulti_label_classificationr  )%rF   r   NotImplementedErrorr-   r?   r/  r3  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  rW  r  r   r  )r*   r  r   r  r  r}  rO  r~  r  r   r   rX  r   r   r   r  eos_maskr]  _r+   selectedsentence_representationr  r  r  r  s                             r.   r>   z#T5ForSequenceClassification.forward  sp   ` &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{"8Q;/NN1+q0A	
 #+--
B"LQPRTUX"V))*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  rY   listr  rC  r[  r   r>   rB   rC   s   @r.   r  r    sU    +s)s&x   .2.259:>:>26:>*.!%)-,0#'F
##d*F
 t+F
 !++d2	F

 !& 0 04 7F
 e//047F
 ((4/F
  %0047F
   4'F
 $;F
  $;F
 #TkF
 D[F
 
0	0F
 F
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(  rF   c                 ,   t         |   |       |j                  | _        t        |      | _        t        j                  |j                        | _        t        j                  |j                  |j                        | _        | j                          y rW   )r#   r$   r  r!  r  r   rP   r  rR   rK   r+   r  rF  rU   s     r.   r$   z!T5ForTokenClassification.__init__L  sj      ++)&1zz&";";<))F$6$68I8IJ 	r/   Nr  r   rO  r  r   rX  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   rO  r   rX  r   r   r2   r1   )r  r  r<   rV  )rF   r   r  rR   r  r   r   r  r   r<   rV  )r*   r  r   rO  r  r   rX  r   r   r   r<   r  r  r  r  s                  r.   r>   z T5ForTokenClassification.forwardW  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&   rY   rC  r[  r   r>   rB   rC   s   @r.   r(  r(  J  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"  rf  rg  rh  rF   c                 $   t         |   |       |j                  | _        t	        j
                  |j                  |j                        | _        t        j                  |      }d|_
        d|_        t        |      | _        t        j                  |      }d|_
        |j                  |_        t        |      | _        |j"                  | _        t	        j$                  |j&                  |j"                        | _        | j+                          y rl  )r#   r$   rL   r  r   r   r?  r$  rm  rn  rs   r   r=  ro  rp  rB  rq  r  rK   r+   r  rF  rr  s       r.   r$   zT5ForQuestionAnswering.__init__  s     ll6#4#4fnnEv.$)!#( ~.v.$(!$*$=$=!~. ++))F$6$68I8IJ 	r/   c                     | j                   S rW   rv  rw  s    r.   rx  z+T5ForQuestionAnswering.get_input_embeddings  ry  r/   c                 ~    || _         | j                  j                  |       | j                  j                  |       y rW   r{  rI  s     r.   rK  z+T5ForQuestionAnswering.set_input_embeddings  r|  r/   Nr  r   r  r  r}  start_positionsend_positionsrO  r~  r   r   rX  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  rW  r  r   r  )rF   r   r   r/  r3  ro  rX   r   r  rq  r  splitr  r   rY  r4   r   r   r   r   r   r<   rV  rW  rU  )r*   r  r   r  r  r}  r  r  rO  r~  r   r   rX  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$   rx  rK  r   r&   r  r  r  r[  rY   rC  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(  )Ar
  rm  r   r&   r   torch.nnr   r   r   rN  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!   rE   r^   rf   rp   r   r   r   r  r  r=  r  r   r!  r  r(  r"  __all__rP  r/   r.   <module>r     s        A A & ! C C ) J 9   . ^ ^ & 
		H	%+")) +2bii ,299 :		 $")) D299 BBII >W
( W
t299 $ _! _! _!Do
 o
d T
 T
 T
n 
x)!2O x)
x)v D& D DN R
"3 R
R
j C
0 C
 C
L o
. o
 o
dr/   