java_renaming_patch / README.md
thiomajid's picture
Upload dataset
def8cca verified
metadata
dataset_info:
  features:
    - name: commit_sha
      dtype: string
    - name: modifications
      list:
        - name: name
          dtype: string
        - name: new_args
          dtype: string
        - name: new_implementation
          dtype: string
        - name: new_return_type
          dtype: string
        - name: new_signature
          dtype: string
        - name: old_args
          dtype: string
        - name: old_implementation
          dtype: string
        - name: old_return_type
          dtype: string
        - name: old_signature
          dtype: string
    - name: files
      list:
        - name: additions
          dtype: int64
        - name: blob_url
          dtype: string
        - name: changes
          dtype: int64
        - name: contents_url
          dtype: string
        - name: deletions
          dtype: int64
        - name: filename
          dtype: string
        - name: new_code
          dtype: string
        - name: new_methods
          list:
            - name: arguments
              sequence: string
            - name: filename
              dtype: string
            - name: implementation
              dtype: string
            - name: signature
              dtype: string
        - name: old_code
          dtype: string
        - name: old_methods
          list:
            - name: arguments
              sequence: string
            - name: filename
              dtype: string
            - name: implementation
              dtype: string
            - name: signature
              dtype: string
        - name: patch
          dtype: string
        - name: raw_url
          dtype: string
        - name: sha
          dtype: string
        - name: status
          dtype: string
    - name: file_patch_count
      dtype: int64
    - name: enhanced_diffs
      list:
        - name: name
          dtype: string
        - name: new_args
          dtype: string
        - name: new_implementation
          dtype: string
        - name: new_return_type
          dtype: string
        - name: new_signature
          dtype: string
        - name: old_args
          dtype: string
        - name: old_implementation
          dtype: string
        - name: old_return_type
          dtype: string
        - name: old_signature
          dtype: string
    - name: enhanced_diffs_count
      dtype: int64
    - name: diff_count
      dtype: int64
  splits:
    - name: base
      num_bytes: 9935038
      num_examples: 28
    - name: semantic_removal
      num_bytes: 1127827
      num_examples: 8
    - name: analyzed_form
      num_bytes: 1223055
      num_examples: 8
  download_size: 2803982
  dataset_size: 12285920
configs:
  - config_name: default
    data_files:
      - split: base
        path: data/base-*
      - split: semantic_removal
        path: data/semantic_removal-*
      - split: analyzed_form
        path: data/analyzed_form-*

Dataset Card for "java_renaming_patch"

More Information needed