repobench_java_v1.1 / README.md
tianyang's picture
Upload README.md with huggingface_hub
ec4b83c verified
|
raw
history blame
1.25 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: cross_file_first
        path: data/cross_file_first-*
      - split: cross_file_random
        path: data/cross_file_random-*
      - split: in_file
        path: data/in_file-*
dataset_info:
  features:
    - name: repo_name
      dtype: string
    - name: file_path
      dtype: string
    - name: context
      list:
        - name: identifier
          dtype: string
        - name: path
          dtype: string
        - name: snippet
          dtype: string
    - name: import_statement
      dtype: string
    - name: token_num
      dtype: int64
    - name: cropped_code
      dtype: string
    - name: all_code
      dtype: string
    - name: next_line
      dtype: string
    - name: gold_snippet_index
      dtype: int64
    - name: created_at
      dtype: string
    - name: level
      dtype: string
  splits:
    - name: cross_file_first
      num_bytes: 670974535
      num_examples: 8722
    - name: cross_file_random
      num_bytes: 675947919
      num_examples: 8705
    - name: in_file
      num_bytes: 674753278
      num_examples: 8696
  download_size: 575797094
  dataset_size: 2021675732

Dataset Card for "repobench_java_v1.1"

More Information needed