abstracts / README.md
Eitanli's picture
Upload README.md with huggingface_hub
6679918
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: recall
      dtype: int64
    - name: article_title
      dtype: string
    - name: topic
      dtype: string
    - name: abstract
      dtype: string
  splits:
    - name: train
      num_bytes: 232932181
      num_examples: 135922
    - name: test
      num_bytes: 29105093
      num_examples: 16991
    - name: valid
      num_bytes: 29122441
      num_examples: 16990
  download_size: 157167708
  dataset_size: 291159715

Dataset Card for "abstracts"

More Information needed