youlun77's picture
Upload README.md with huggingface_hub
1c62549
|
raw
history blame
578 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 73986.3
      num_examples: 900
    - name: test
      num_bytes: 8220.7
      num_examples: 100
  download_size: 35536
  dataset_size: 82207

Dataset Card for "1000_TextClassification"

More Information needed