E3C / README.md
ygorg's picture
Add 'English_clinical' config data files
4e41510 verified
|
raw
history blame
1.52 kB
metadata
dataset_info:
  - config_name: English_clinical
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-CLINENTITY
              '2': I-CLINENTITY
    splits:
      - name: train
        num_bytes: 1209779
        num_examples: 2510
      - name: validation
        num_bytes: 168864
        num_examples: 363
      - name: test
        num_bytes: 689360
        num_examples: 1520
    download_size: 672196
    dataset_size: 2068003
  - config_name: French_clinical
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-CLINENTITY
              '2': I-CLINENTITY
    splits:
      - name: train
        num_bytes: 1237658
        num_examples: 2087
      - name: validation
        num_bytes: 189900
        num_examples: 302
      - name: test
        num_bytes: 682748
        num_examples: 1109
    download_size: 657580
    dataset_size: 2110306
configs:
  - config_name: English_clinical
    data_files:
      - split: train
        path: English_clinical/train-*
      - split: validation
        path: English_clinical/validation-*
      - split: test
        path: English_clinical/test-*
  - config_name: French_clinical
    data_files:
      - split: train
        path: French_clinical/train-*
      - split: validation
        path: French_clinical/validation-*
      - split: test
        path: French_clinical/test-*
    default: true