Ë
    <ÁÜh	  ã                  ó(   — d Z ddlmZ  G d„ d«      Zy)a@  
This file contains deprecated code that can only be used with the old `model.fit`-style Sentence Transformers v2.X training.
It exists for backwards compatibility with the `model.old_fit` method, but will be removed in a future version.

Nowadays, with Sentence Transformers v3+, it is recommended to use the `SentenceTransformerTrainer` class to train models.
See https://www.sbert.net/docs/sentence_transformer/training_overview.html for more information.

Instead, you should create a `datasets` `Dataset` for training: https://huggingface.co/docs/datasets/create_dataset
é    )Úannotationsc                  ó    — e Zd ZdZddd„Zd„ Zy)ÚInputExamplezEStructure for one input example with texts, the label and a unique idNc                ó.   — || _         || _        || _        y)zÞ
        Creates one InputExample with the given texts, guid and label

        Args:
            guid: id for the example
            texts: the texts for the example.
            label: the label for the example
        N)ÚguidÚtextsÚlabel)Úselfr   r   r	   s       úk/var/www/html/axiom-chatbot/venv/lib/python3.12/site-packages/sentence_transformers/readers/InputExample.pyÚ__init__zInputExample.__init__   s   € ð ˆŒ	ØˆŒ
Øˆ
ó    c                ó~   — dj                  t        | j                  «      dj                  | j                  «      «      S )Nz#<InputExample> label: {}, texts: {}z; )ÚformatÚstrr	   Újoinr   )r
   s    r   Ú__str__zInputExample.__str__   s-   € Ø4×;Ñ;¼CÀÇ
Á
»OÈTÏYÉYÐW[×WaÑWaÓMbÓcÐcr   )Ú Nr   )r   r   r   zlist[str] | Noner	   zint | float)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   © r   r   r   r      s   „ ÙOôódr   r   N)r   Ú
__future__r   r   r   r   r   ú<module>r      s   ðñõ #÷dò dr   