EnglishNLPDataset / README.md
akkasi's picture
Upload README.md with huggingface_hub
ebdc14b
|
raw
history blame
781 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: labels
      sequence: float64
    - name: label2idx
      dtype: string
    - name: idx2label
      dtype: string
  splits:
    - name: train
      num_bytes: 16432106
      num_examples: 80616
    - name: validation
      num_bytes: 2421791
      num_examples: 10000
    - name: test
      num_bytes: 2456653
      num_examples: 10000
  download_size: 5458653
  dataset_size: 21310550

Dataset Card for "EnglishNLPDataset"

More Information needed