File size: 955 Bytes
ae054c5 ec747da ae054c5 ec747da ae054c5 |
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 |
---
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
- name: metadata
struct:
- name: filename
dtype: string
- name: functions
sequence: string
- name: has_comments
dtype: bool
- name: language
dtype: string
- name: lines_of_code
dtype: int64
- name: repository_name
dtype: string
- name: repository_url
dtype: string
- name: size
dtype: int64
- name: timestamp
dtype: string
- name: type
dtype: string
- name: _source_actual_repo_name
dtype: string
- name: _source_original_filename
dtype: string
- name: _source_file_path
dtype: string
splits:
- name: train
num_bytes: 547492
num_examples: 184
download_size: 143988
dataset_size: 547492
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|