ArxivTrainTest / README.md
Corran's picture
Upload dataset
bf19343 verified
|
raw
history blame
1.01 kB
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: submitter
      dtype: string
    - name: authors
      dtype: string
    - name: title
      dtype: string
    - name: comments
      dtype: string
    - name: journal-ref
      dtype: string
    - name: doi
      dtype: string
    - name: report-no
      dtype: string
    - name: categories
      dtype: string
    - name: license
      dtype: string
    - name: abstract
      dtype: string
    - name: versions
      list:
        - name: version
          dtype: string
        - name: created
          dtype: string
    - name: update_date
      dtype: timestamp[s]
    - name: authors_parsed
      sequence:
        sequence: string
    - name: sentences
      sequence: string
  splits:
    - name: train
      num_bytes: 4460428700
      num_examples: 1833645
    - name: test
      num_bytes: 1115125430
      num_examples: 458412
  download_size: 3308862720
  dataset_size: 5575554130
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*