---
dataset_info:
  features:
  - name: pmid
    dtype: int64
  - name: pubdate
    dtype: int64
  - name: software_name
    list:
    - name: contexts
      sequence: string
    - name: name
      dtype: string
  - name: journal
    dtype: string
  - name: mesh terms
    dtype: string
  - name: authors
    dtype: string
  splits:
  - name: train
    num_bytes: 220247
    num_examples: 500
  - name: valid
    num_bytes: 220247
    num_examples: 500
  - name: test
    num_bytes: 220247
    num_examples: 500
  download_size: 400299
  dataset_size: 660741
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---