Mykes commited on
Commit
af3748c
1 Parent(s): c82994f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: topic
@@ -27,4 +36,25 @@ configs:
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
 
 
 
 
30
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - ru
4
+ size_categories:
5
+ - 1K<n<10K
6
+ task_categories:
7
+ - question-answering
8
+ - text-classification
9
+ - text-generation
10
+ pretty_name: R
11
  dataset_info:
12
  features:
13
  - name: topic
 
36
  path: data/train-*
37
  - split: test
38
  path: data/test-*
39
+ tags:
40
+ - medical
41
+ - biology
42
+ - synthetic
43
  ---
44
+
45
+ # Russian-language dataset of 2020 patient conversations with a medical bot in QA manner.
46
+ * The **training sample** includes 1818 conversations;
47
+ * The **test sample** includes 202 conversations;
48
+
49
+ ## Feature characteristics:
50
+ * *topic* - medical topic
51
+ * *user_question* - last user question
52
+ * *assistant_answer* - ai answer according the context and topic
53
+ * *to_doctor* - the specialty of the physician to whom the assistant referred the patient
54
+ * *prompt* - ready prompt for fincetuning instruct model (adapted for using with unsloth https://github.com/unslothai/unsloth?tab=readme-ov-file)
55
+
56
+ ## Prompt format:
57
+ "Q: {}\nA: {}<end_of_turn>"
58
+
59
+ # Disclaimer
60
+ 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.