rntc's picture
Upload dataset
5a68129 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int32
    - name: french_translation
      dtype: string
    - name: educational_score
      dtype: int32
    - name: domain
      dtype:
        class_label:
          names:
            '0': biomedical
            '1': clinical
            '2': other
    - name: document_type
      dtype:
        class_label:
          names:
            '0': Study
            '1': Other
            '2': Review
            '3': Clinical case
  splits:
    - name: train
      num_bytes: 394885209
      num_examples: 358199
    - name: validation
      num_bytes: 43902753
      num_examples: 39800
  download_size: 245314153
  dataset_size: 438787962
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*