File size: 936 Bytes
35368bf bf641ea |
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 |
configs:
- config_name: train
data_files:
- data/tangled_ccs_dataset_train.csv
features:
- name: commit_message
dtype: string
- name: diff
dtype: string
- name: concern_count
dtype: int32
- name: shas
dtype: string
- name: types
dtype: string
- config_name: test
data_files:
- data/tangled_ccs_dataset_test.csv
features:
- name: commit_message
dtype: string
- name: diff
dtype: string
- name: concern_count
dtype: int32
- name: shas
dtype: string
- name: types
dtype: string
- config_name: original
data_files:
- data/sampled_ccs_dataset.csv
features:
- name: annotated_type
dtype: string
- name: masked_commit_message
dtype: string
- name: git_diff
dtype: string
- name: sha
dtype: string
|