IPRE / README.md
n28div's picture
Upload README.md with huggingface_hub
a457bc0
|
raw
history blame
782 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: dev
        path: data/dev-*
dataset_info:
  features:
    - name: head
      dtype: string
    - name: tail
      dtype: string
    - name: sentence
      dtype: string
    - name: relation
      dtype: string
    - name: sentence_id
      dtype: string
  splits:
    - name: train
      num_bytes: 50258334
      num_examples: 281259
    - name: test
      num_bytes: 13350336
      num_examples: 76826
    - name: dev
      num_bytes: 6620892
      num_examples: 37637
  download_size: 32651717
  dataset_size: 70229562

Dataset Card for "IPRE"

More Information needed