github-issues / README.md
EtashGuha's picture
Upload dataset
cd53cd5 verified
|
raw
history blame
808 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: 71722268.11588396
      num_examples: 43132
    - name: test
      num_bytes: 17932229.88411603
      num_examples: 10784
  download_size: 38312736
  dataset_size: 89654498
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*