language-detection / README.md
rollerhafeezh-amikom's picture
Upload README.md with huggingface_hub
38a0406 verified
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: label
      dtype:
        class_label:
          names:
            '0': id
            '1': en
            '2': es
            '3': it
            '4': sk
  splits:
    - name: train
      num_bytes: 187417.00863116438
      num_examples: 2185
    - name: validation
      num_bytes: 43075.22174819871
      num_examples: 502
    - name: test
      num_bytes: 43710.718205079604
      num_examples: 511
  download_size: 152799
  dataset_size: 274202.94858444267

Dataset Card for "language-detection"

More Information needed