large-text-issues / README.md
loubnabnl's picture
loubnabnl HF staff
Upload README.md with huggingface_hub
8d8f396
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: large_text
          dtype: bool
        - name: masked_author
          dtype: string
        - name: nb_lines
          dtype: int64
        - name: size
          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: bot_issue
      dtype: bool
    - name: modified_by_bot
      dtype: bool
    - name: text_size_no_bots
      dtype: int64
    - name: modified_usernames
      dtype: bool
    - name: contains_large
      dtype: bool
  splits:
    - name: train
      num_bytes: 3807857
      num_examples: 163
  download_size: 1040266
  dataset_size: 3807857

Dataset Card for "large-text-issues"

More Information needed