as-cle-bert's picture
Upload dataset
977aae6 verified
|
raw
history blame contribute delete
No virus
506 Bytes
metadata
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-*