File size: 1,933 Bytes
d2087ad c55858c 5903a25 d2087ad 80c1a57 4f80b2c 5903a25 d2087ad c55858c d2087ad 80c1a57 4f80b2c 5903a25 d2087ad |
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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
---
dataset_info:
- config_name: Chinese-medical-dialogue
features:
- name: text
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
splits:
- name: train
num_bytes: 669191852
num_examples: 665807
download_size: 388693664
dataset_size: 669191852
- config_name: PubMedQA
features:
- name: text
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
splits:
- name: train
num_bytes: 657763754
num_examples: 648104
download_size: 359772964
dataset_size: 657763754
- config_name: all_pubmed_en_v1
features:
- name: text
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
splits:
- name: train
num_bytes: 1591772102
num_examples: 1160804
download_size: 898492554
dataset_size: 1591772102
- config_name: medical_dialogue-chinese-zhtw
features:
- name: text
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
splits:
- name: train
num_bytes: 669496506
num_examples: 665803
download_size: 389198933
dataset_size: 669496506
- config_name: pubmed
features:
- name: text
dtype: string
- name: positive
dtype: string
- name: negative
dtype: string
splits:
- name: train
num_bytes: 934008348
num_examples: 512700
download_size: 538797241
dataset_size: 934008348
configs:
- config_name: Chinese-medical-dialogue
data_files:
- split: train
path: Chinese-medical-dialogue/train-*
- config_name: PubMedQA
data_files:
- split: train
path: PubMedQA/train-*
- config_name: all_pubmed_en_v1
data_files:
- split: train
path: all_pubmed_en_v1/train-*
- config_name: medical_dialogue-chinese-zhtw
data_files:
- split: train
path: medical_dialogue-chinese-zhtw/train-*
- config_name: pubmed
data_files:
- split: train
path: pubmed/train-*
---
|