indo-snli / README.md
carlesoctav's picture
Upload README.md with huggingface_hub
6fccfea
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: premise
      dtype: string
    - name: hyphothesis
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 71816446
      num_examples: 550152
    - name: validation
      num_bytes: 1378057
      num_examples: 10000
    - name: test
      num_bytes: 1373665
      num_examples: 10000
  download_size: 20415274
  dataset_size: 74568168

Dataset Card for "indo-snli"

More Information needed