o
    ¾e¦iD  ã                   @   s*   d Z ddlmZ G dd„ deƒZdgZdS )z"Tokenization classes for ConvBERT.é   )ÚBertTokenizerc                   @   s   e Zd ZdZdS )ÚConvBertTokenizera  
    Construct a ConvBERT tokenizer (backed by HuggingFace's tokenizers library). Based on WordPiece.

    This tokenizer inherits from [`BertTokenizer`] which contains most of the main methods. Users should
    refer to this superclass for more information regarding those methods.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úp/home/ubuntu/transcripts/venv/lib/python3.10/site-packages/transformers/models/convbert/tokenization_convbert.pyr      s    r   N)r   Úmodels.bert.tokenization_bertr   r   Ú__all__r   r   r   r	   Ú<module>   s   
