manu's picture
Upload README.md with huggingface_hub
dae51a9
|
raw
history blame
790 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: topic
      dtype: string
    - name: source
      dtype: string
    - name: polarity
      dtype: string
    - name: place_name
      dtype: string
    - name: industry
      dtype: string
    - name: rating
      dtype: int64
    - name: id
      dtype: int64
  splits:
    - name: test
      num_bytes: 183154.4
      num_examples: 400
    - name: valid
      num_bytes: 45788.6
      num_examples: 100
  download_size: 122776
  dataset_size: 228943

Dataset Card for "test_topicbasednli"

More Information needed