Mykes commited on
Commit
e1855fa
1 Parent(s): 23e7d76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -44,19 +44,19 @@ tags:
44
  - synthetic
45
  ---
46
 
47
- # Russian-language dataset of 2020 patient conversations with a medical bot in QA manner.
48
- * The **training sample** includes 1818 conversations;
49
- * The **test sample** includes 202 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 model phi (adapted for using with unsloth https://github.com/unslothai/unsloth?tab=readme-ov-file)
57
 
58
  ## Prompt format:
59
- <|user|>USER QUESTION<|end|> <|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.
 
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.