russian_dialogues / README.md
Den4ikAI's picture
Update README.md
ca97e70
|
raw
history blame
806 Bytes
---
license: mit
task_categories:
- conversational
language:
- ru
size_categories:
- 1M<n<10M
---
Датасет русских диалогов собранных с Telegram чатов.
Диалоги имеют разметку по релевантности.
Также были сгенерированы негативные примеры с помощью перемешивания похожих ответов.
Формат датасета:
```
{
'question': 'Привет',
'answer': 'Привет, как дела?'
'relevance': 1
}
```
### Citation:
```
@MISC{russian_instructions,
author = {Denis Petrov},
title = {Russian dialogues dataset for conversational agents},
url = {https://huggingface.co./datasets/Den4ikAI/russian_dialogues},
year = 2023
}
```