fernandoBoreal's picture
Upload dataset
2bf208a verified
metadata
dataset_info:
  features:
    - name: issue
      struct:
        - name: body
          dtype: string
        - name: comments
          list:
            - name: body
              dtype: string
            - name: created_at
              dtype: string
        - name: number
          dtype: int64
        - name: title
          dtype: string
    - name: pr
      struct:
        - name: body
          dtype: string
        - name: number
          dtype: int64
        - name: review_comments
          list:
            - name: body
              dtype: string
            - name: created_at
              dtype: string
        - name: title
          dtype: string
    - name: pr_details
      struct:
        - name: commits
          list:
            - name: message
              dtype: string
        - name: files
          list:
            - name: diff
              dtype: string
            - name: filename
              dtype: string
            - name: status
              dtype: string
  splits:
    - name: train
      num_bytes: 369013877
      num_examples: 26246
  download_size: 73947854
  dataset_size: 369013877
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*