testgen_unixcoder / README.md
AnhMinhLe's picture
Upload dataset
b05c1de verified
metadata
dataset_info:
  features:
    - name: context_start_lineno
      dtype: int64
    - name: line_no
      dtype: int64
    - name: repo
      dtype: string
    - name: id
      dtype: int64
    - name: target_function_prompt
      dtype: string
    - name: function_signature
      dtype: string
    - name: solution_position
      list: int64
    - name: raw_solution
      dtype: string
    - name: focal_code
      dtype: string
    - name: function_name
      dtype: string
    - name: start_line
      dtype: int64
    - name: end_line
      dtype: int64
    - name: file_path
      dtype: string
    - name: context
      dtype: string
  splits:
    - name: julia
      num_bytes: 3830175
      num_examples: 417
    - name: go
      num_bytes: 3854335
      num_examples: 372
    - name: rust
      num_bytes: 5252441
      num_examples: 374
  download_size: 4034636
  dataset_size: 12936951
configs:
  - config_name: default
    data_files:
      - split: julia
        path: data/julia-*
      - split: go
        path: data/go-*
      - split: rust
        path: data/rust-*