File size: 601 Bytes
a31075e | 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 | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: completion
dtype: string
- name: text
dtype: string
- name: commit
dtype: string
- name: old_file
dtype: string
- name: new_file
dtype: string
- name: lang
dtype: string
splits:
- name: train
num_bytes: 2315630018
num_examples: 687265
- name: eval
num_bytes: 47258374
num_examples: 14026
download_size: 834300388
dataset_size: 2362888392
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
---
|