reichenbach's picture
Upload README.md with huggingface_hub
9494f14
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: doc_id
      dtype: string
    - name: sentence
      dtype: string
    - name: spans
      list:
        - name: span_id
          dtype: int64
        - name: text
          dtype: string
        - name: start
          dtype: int64
        - name: end
          dtype: int64
        - name: token_start
          dtype: int64
        - name: token_end
          dtype: int64
    - name: rels
      list:
        - name: class
          dtype: string
        - name: spans
          sequence: int64
        - name: is_context_needed
          dtype: bool
    - name: paragraph
      dtype: string
    - name: source
      dtype: string
    - name: instruction
      dtype: string
  splits:
    - name: train
      num_bytes: 1230393
      num_examples: 272
  download_size: 633198
  dataset_size: 1230393

Dataset Card for "drug_combi_instruct_test"

More Information needed