Instructions to use wwewtech/russian-it-community-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wwewtech/russian-it-community-lora with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| {% for message in messages %} | |
| {% if message['role'] == 'user' %} | |
| {{ 'Question: | |
| ' + message['content'] + ' | |
| ' }}{% elif message['role'] == 'system' %} | |
| {{ 'System: | |
| ' + message['content'] + ' | |
| ' }}{% elif message['role'] == 'assistant' %}{{ 'Answer: | |
| ' + message['content'] + ' | |
| ' }}{% endif %} | |
| {% if loop.last and add_generation_prompt %} | |
| {{ 'Answer: | |
| ' }}{% endif %}{% endfor %} |