Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Japanese
ArXiv:
Libraries:
Datasets
pandas
License:
jamp / README.md
ryan-minato's picture
Upload dataset
720c14a verified
|
raw
history blame
1.34 kB
metadata
dataset_info:
  - config_name: default
    features:
      - name: premise
        dtype: large_string
      - name: hypothesis
        dtype: large_string
      - name: template_num
        dtype: int64
      - name: time_format
        dtype: large_string
      - name: time_span
        dtype: large_string
      - name: category
        dtype: large_string
      - name: label
        dtype:
          class_label:
            names:
              '0': entailment
              '1': neutral
              '2': contradiction
    splits:
      - name: train
        num_bytes: 2424590
        num_examples: 9950
      - name: test
        num_bytes: 88516
        num_examples: 348
    download_size: 594545
    dataset_size: 2513106
  - config_name: template
    features:
      - name: id
        dtype: int64
      - name: premise
        dtype: large_string
      - name: hypothesis
        dtype: large_string
      - name: entailment
        dtype: large_string
      - name: contradiction
        dtype: large_string
      - name: ng time unit
        dtype: large_string
      - name: test time format
        dtype: large_string
      - name: category
        dtype: large_string
    splits:
      - name: train
        num_bytes: 26196
        num_examples: 79
    download_size: 9709
    dataset_size: 26196
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
  - config_name: template
    data_files:
      - split: train
        path: template/train-*