bot_issues / README.md
loubnabnl's picture
loubnabnl HF staff
Upload README.md with huggingface_hub
aee5130
|
raw
history blame
1.45 kB
metadata
dataset_info:
  features:
    - name: repo
      dtype: string
    - name: org
      dtype: string
    - name: issue_id
      dtype: int64
    - name: issue_number
      dtype: int64
    - name: pull_request
      struct:
        - name: number
          dtype: int64
        - name: repo
          dtype: string
        - name: user_login
          dtype: string
    - name: events
      list:
        - name: action
          dtype: string
        - name: author
          dtype: string
        - name: comment_id
          dtype: float64
        - name: datetime
          dtype: int64
        - name: text
          dtype: string
        - name: title
          dtype: string
        - name: type
          dtype: string
    - name: user_count
      dtype: int64
    - name: event_count
      dtype: int64
    - name: text_size
      dtype: int64
    - name: old_events
      list:
        - name: action
          dtype: string
        - name: author
          dtype: string
        - name: comment_id
          dtype: float64
        - name: datetime
          dtype: int64
        - name: text
          dtype: string
        - name: title
          dtype: string
        - name: type
          dtype: string
    - name: bot_issue
      dtype: bool
    - name: modified_by_bot
      dtype: bool
    - name: text_size_bots
      dtype: int64
  splits:
    - name: train
      num_bytes: 7767638
      num_examples: 1155
  download_size: 2267409
  dataset_size: 7767638

Dataset Card for "bot_issues"

More Information needed