DL2_fold / README.md
lhallee's picture
Upload README.md with huggingface_hub
99067ca
|
raw
history blame contribute delete
No virus
677 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: seqs
      dtype: string
    - name: labels
      dtype: int64
  splits:
    - name: train
      num_bytes: 5320998
      num_examples: 5477
    - name: valid
      num_bytes: 1291124
      num_examples: 1336
    - name: test
      num_bytes: 1794006
      num_examples: 1731
  download_size: 7278763
  dataset_size: 8406128

Dataset Card for "dl_binary_fold"

More Information needed