File size: 1,191 Bytes
ce8a234 |
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 |
---
dataset_info:
- config_name: healthcaremagic
features:
- name: tgt
dtype: string
- name: src
dtype: string
- name: id
dtype: int64
splits:
- name: train
num_bytes: 190539493
num_examples: 181122
- name: validation
num_bytes: 23782271
num_examples: 22641
- name: test
num_bytes: 23813362
num_examples: 22642
download_size: 147248621
dataset_size: 238135126
- config_name: icliniq
features:
- name: tgt
dtype: string
- name: src
dtype: string
- name: id
dtype: int64
splits:
- name: train
num_bytes: 30971422
num_examples: 24851
- name: validation
num_bytes: 3819950
num_examples: 3105
- name: test
num_bytes: 3831220
num_examples: 3108
download_size: 15177985
dataset_size: 38622592
configs:
- config_name: healthcaremagic
data_files:
- split: train
path: healthcaremagic/train-*
- split: validation
path: healthcaremagic/validation-*
- split: test
path: healthcaremagic/test-*
- config_name: icliniq
data_files:
- split: train
path: icliniq/train-*
- split: validation
path: icliniq/validation-*
- split: test
path: icliniq/test-*
---
|