christopher's picture
Upload dataset
9f4ad37 verified
|
raw
history blame
713 Bytes
metadata
license: cc-by-sa-4.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: paper_url
      dtype: string
    - name: paper_title
      dtype: string
    - name: paper_arxiv_id
      dtype: string
    - name: paper_url_abs
      dtype: string
    - name: paper_url_pdf
      dtype: string
    - name: repo_url
      dtype: string
    - name: is_official
      dtype: bool
    - name: mentioned_in_paper
      dtype: bool
    - name: mentioned_in_github
      dtype: bool
    - name: framework
      dtype: string
  splits:
    - name: train
      num_bytes: 92630900
      num_examples: 300161
  download_size: 41364239
  dataset_size: 92630900