pubmed_retraction / README.md
Lihuchen's picture
Upload dataset
1e85d74 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: breast_cancer
        path: data/breast_cancer-*
      - split: lung_cancer
        path: data/lung_cancer-*
      - split: ovarian_cancer
        path: data/ovarian_cancer-*
      - split: colorectal_cancer
        path: data/colorectal_cancer-*
dataset_info:
  features:
    - name: PID
      dtype: string
    - name: Title
      dtype: string
    - name: Abstract
      dtype: string
    - name: PublicationDate
      dtype: string
    - name: Journal
      dtype: string
    - name: DOI
      dtype: string
    - name: Authors
      list:
        - name: LastName
          dtype: string
        - name: FirstName
          dtype: string
        - name: Affiliation
          dtype: string
    - name: IsRetracted
      dtype: string
  splits:
    - name: train
      num_bytes: 24338019
      num_examples: 10000
    - name: validation
      num_bytes: 1204700
      num_examples: 500
    - name: test
      num_bytes: 1224562
      num_examples: 500
    - name: breast_cancer
      num_bytes: 816003
      num_examples: 300
    - name: lung_cancer
      num_bytes: 814450
      num_examples: 300
    - name: ovarian_cancer
      num_bytes: 760933
      num_examples: 292
    - name: colorectal_cancer
      num_bytes: 832354
      num_examples: 300
  download_size: 14157917
  dataset_size: 29991021