DavidLanz commited on
Commit
d6cd52a
1 Parent(s): 94dfd9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - zh
5
+ - en
6
+ tags:
7
+ - text-generation
8
+ pretty_name: medical
9
+ task_categories:
10
+ - text-generation
11
+ size_categories:
12
+ - 1M<n<10M
13
  ---
14
+
15
+ ### Description
16
+
17
+ - **medical_pretrain_tw.json**: This dataset contains a total of 360,000 entries sourced from medical encyclopedia data from FreedomIntelligence/huatuo_encyclopedia_qa. These entries are a combination of questions and answers, forming text fields with coherent sentences. The dataset is intended for pre-training purposes to inject medical knowledge.
18
+
19
+ - **medical_book_zh.json**: This dataset includes 8,475 entries sourced from text data in medical textbooks. The data source is [here](https://github.com/jind11/MedQA), and the original dataset was obtained from Google Drive. It has been processed to split long paragraphs into small sections, each containing a maximum of 2048 characters.
20
+
21
+ ### Data Format
22
+
23
+ - **medical_pretrain_tw.json.json**: JSON format with text fields.
24
+
25
+ - **medical_book_zh.json**: JSON format with text fields.
26
+
27
+ ### License
28
+
29
+ Please refer to the respective data sources for licensing information.
30
+
31
+ ### Dataset Citation
32
+
33
+ If you use this dataset in your research or work, please consider citing the original data sources as specified above.
34
+