github-issues / README.md
EtashGuha's picture
Upload dataset
29d9cf2 verified
|
raw
history blame
786 Bytes
metadata
dataset_info:
  features:
    - name: repo_name
      dtype: string
    - name: topic
      dtype: string
    - name: issue_number
      dtype: int64
    - name: title
      dtype: string
    - name: body
      dtype: string
    - name: state
      dtype: string
    - name: created_at
      dtype: string
    - name: updated_at
      dtype: string
    - name: url
      dtype: string
    - name: labels
      sequence: string
    - name: user_login
      dtype: string
    - name: comments_count
      dtype: int64
  splits:
    - name: train
      num_bytes: 2182284
      num_examples: 1280
    - name: test
      num_bytes: 545571
      num_examples: 320
  download_size: 1268895
  dataset_size: 2727855
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*