File size: 1,194 Bytes
3f8591c |
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 |
---
dataset_info:
features:
- name: crossfile_context_retrievalwref
struct:
- name: list
list:
- name: filename
dtype: string
- name: retrieved_chunk
dtype: string
- name: score
dtype: float64
- name: text
dtype: string
- name: prompt
dtype: string
- name: right_context
dtype: string
- name: metadata
struct:
- name: context_start_lineno
dtype: int64
- name: file
dtype: string
- name: groundtruth_start_lineno
dtype: int64
- name: repository
dtype: string
- name: right_context_start_lineno
dtype: int64
- name: task_id
dtype: string
- name: crossfile_context_retrieval
struct:
- name: list
list:
- name: filename
dtype: string
- name: retrieved_chunk
dtype: string
- name: score
dtype: float64
- name: text
dtype: string
- name: groundtruth
dtype: string
splits:
- name: train
num_bytes: 45607299
num_examples: 2665
download_size: 12406741
dataset_size: 45607299
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|