ViMedNLI-word / README.md
tmnam20's picture
Upload dataset
bb3981f verified
|
raw
history blame contribute delete
No virus
565 Bytes
metadata
dataset_info:
  features:
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: train
      num_bytes: 2263982
      num_examples: 11232
    - name: validation
      num_bytes: 296419
      num_examples: 1395
    - name: test
      num_bytes: 286176
      num_examples: 1422
  download_size: 686749
  dataset_size: 2846577
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*