File size: 784 Bytes
2d538f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

### Introduction

This is a modified dataset from a part of [JMedBench](https://huggingface.co/datasets/Coldog2333/JMedBench).
It consists of 674,954 lines of Japanese and English medical text. The column is named "text". 

Only the train subset is extracted from the data source and then concatenated, where the question-answering samples are made into one sentence by
```
Questions:{Question}Answer:{Answer}
```
for English samples and 
```
質問:{Question}回答:{Answer}
```
for Japanese samples.

No other modification was applied.


### Limitations

Please read the original data sources.

### Licenses

Please follow the original data sources.


### Intention

This dataset is meant to be used for the continual pretraining of medical LLMs.

No other usage is recommended.