File size: 506 Bytes
9fcf20a 270968b 977aae6 270968b 977aae6 270968b 977aae6 270968b 9fcf20a |
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 |
---
license: mit
dataset_info:
features:
- name: label
dtype:
class_label:
names:
'0': Verified_Coding
'1': Probably_Non_Coding
- name: text
dtype: string
splits:
- name: train
num_bytes: 343452
num_examples: 480
- name: test
num_bytes: 81480
num_examples: 120
download_size: 236731
dataset_size: 424932
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|