language-detection / README.md
rollerhafeezh-amikom's picture
Upload README.md with huggingface_hub
ca7fcb1 verified
|
raw
history blame
854 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: sentence
      dtype: string
    - name: lang
      dtype:
        class_label:
          names:
            '0': id
            '1': en
            '2': es
            '3': it
            '4': sk
  splits:
    - name: train
      num_bytes: 180297.73553441992
      num_examples: 2102
    - name: validation
      num_bytes: 41616.49909935533
      num_examples: 485
    - name: test
      num_bytes: 42256.54558377559
      num_examples: 494
  download_size: 146134
  dataset_size: 264170.7802175508

Dataset Card for "language-detection"

More Information needed