o
    }oi                     @   s<   d Z ddlmZmZ dZdZdZdZdZG dd	 d	eZ	d
S )zz
Implemented following the guide at https://www.promptingguide.ai/models/mistral-7b#chat-template-for-mistral-7b-instruct
    )ModalityPromptFormatterz<s>z[INST]z[/INST]z</s>z

c                   @   sR   e Zd ZdZdZddeide de ddej	id	ed
e
 dej	id	iZdS )MistralPromptFormattermistral	assistantpreambletemplateuserz |message|  message)r   slotsz	|message|N)__name__
__module____qualname__NAMEOUTPUT_ROLEMISTRAL_BOSMISTRAL_PROMPT_BEGINMISTRAL_PROMPT_ENDr   TextMISTRAL_END_OF_TURNTEMPLATE r   r   [/home/ubuntu/.local/lib/python3.10/site-packages/nemo/collections/common/prompts/mistral.pyr      s"    r   N)
__doc__)nemo.collections.common.prompts.formatterr   r   r   r   r   r   
MISTRAL_NLr   r   r   r   r   <module>   s   