Update README.md
Browse files
README.md
CHANGED
@@ -44,19 +44,19 @@ tags:
|
|
44 |
- synthetic
|
45 |
---
|
46 |
|
47 |
-
# Russian-language dataset of
|
48 |
-
* The **training sample** includes
|
49 |
-
* The **test sample** includes
|
50 |
|
51 |
## Feature characteristics:
|
52 |
* *topic* - medical topic
|
53 |
* *user_question* - last user question
|
54 |
* *assistant_answer* - ai answer according the context and topic
|
55 |
* *to_doctor* - the specialty of the physician to whom the assistant referred the patient
|
56 |
-
* *prompt* - ready prompt for fincetuning instruct model
|
57 |
|
58 |
## Prompt format:
|
59 |
-
<|user|>USER QUESTION<|end
|
60 |
|
61 |
# Disclaimer
|
62 |
The data provided is solely for research purposes. It may include inaccuracies, potentially harmful content, or biases, and we disclaim any responsibility for these issues. Users should assess the data's accuracy and appropriateness before utilizing it. The opinions and views represented in the data do not necessarily align with those of the author.
|
|
|
44 |
- synthetic
|
45 |
---
|
46 |
|
47 |
+
# Russian-language dataset of 3169 patient conversations with a medical bot in QA manner.
|
48 |
+
* The **training sample** includes 2852 conversations;
|
49 |
+
* The **test sample** includes 317 conversations;
|
50 |
|
51 |
## Feature characteristics:
|
52 |
* *topic* - medical topic
|
53 |
* *user_question* - last user question
|
54 |
* *assistant_answer* - ai answer according the context and topic
|
55 |
* *to_doctor* - the specialty of the physician to whom the assistant referred the patient
|
56 |
+
* *prompt* - ready prompt for fincetuning instruct phi model (adapted for using with unsloth https://github.com/unslothai/unsloth?tab=readme-ov-file)
|
57 |
|
58 |
## Prompt format:
|
59 |
+
<|user|>USER QUESTION<|end|>\n<|assistant|>ASSISTANT ANSWER<|end|>
|
60 |
|
61 |
# Disclaimer
|
62 |
The data provided is solely for research purposes. It may include inaccuracies, potentially harmful content, or biases, and we disclaim any responsibility for these issues. Users should assess the data's accuracy and appropriateness before utilizing it. The opinions and views represented in the data do not necessarily align with those of the author.
|