ecthr_cases / README.md
akkasi's picture
Upload README.md with huggingface_hub
c612474
|
raw
history blame contribute delete
No virus
780 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: labels
      sequence: float64
    - name: label2idx
      dtype: string
    - name: idx2label
      dtype: string
  splits:
    - name: train
      num_bytes: 97454695
      num_examples: 9000
    - name: test
      num_bytes: 12748596
      num_examples: 1000
    - name: validation
      num_bytes: 11852434
      num_examples: 1000
  download_size: 52374911
  dataset_size: 122055725

Dataset Card for "ecthr_cases_new"

More Information needed