language: | |
- ru | |
license: apache-2.0 | |
size_categories: | |
- 1K<n<10K | |
task_categories: | |
- text-generation | |
dataset_info: | |
features: | |
- name: messages | |
sequence: | |
- name: role | |
dtype: string | |
- name: content | |
dtype: string | |
- name: id | |
dtype: string | |
* Based on [oasst2](https://huggingface.co/datasets/OpenAssistant/oasst2). | |
* Only Russian message trees, only main branches. | |
* Script: [get_oasst_ru.py](https://github.com/IlyaGusev/rulm/blob/master/self_instruct/src/data_processing/get_oasst_ru.py) | |