File size: 1,494 Bytes
7df99ec 32bd54e 7df99ec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
---
dataset_info:
features:
- name: idx
dtype: int64
- name: model
dtype: string
- name: dataset
dtype: string
- name: task_id
dtype: string
- name: meta
struct:
- name: buggy_function_after
dtype: string
- name: buggy_function_before
dtype: string
- name: buggy_lines
dtype: string
- name: class_name
dtype: string
- name: file_path
dtype: string
- name: fixed_lines
dtype: string
- name: fn_def
dtype: string
- name: fn_name
dtype: string
- name: issue
dtype: string
- name: loc
dtype: string
- name: start_code
dtype: string
- name: test
list: string
- name: test_list
list: string
- name: test_setup_code
dtype: string
- name: text
dtype: string
- name: model_output
dtype: string
- name: closest_gt
dtype: string
- name: hallucination_token_index
dtype: int64
- name: tokens
list: string
- name: token_types
list: string
- name: token_logprobs
list:
list:
- name: decoded_token
dtype: string
- name: logprob
dtype: float64
- name: token_id
dtype: int64
- name: execution
dtype: string
splits:
- name: train
num_bytes: 16365084.077684576
num_examples: 100
download_size: 5085474
dataset_size: 16365084.077684576
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|