nq_bm25 / README.md
iohadrubin's picture
Upload README.md with huggingface_hub
50f9571 verified
|
raw
history blame
No virus
808 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: answers
      sequence: string
    - name: ctxs
      list:
        - name: id
          dtype: string
        - name: score
          dtype: float64
        - name: text
          dtype: string
        - name: title
          dtype: string
    - name: qid
      dtype: string
    - name: question
      dtype: string
  splits:
    - name: validation
      num_bytes: 1147688805
      num_examples: 8757
    - name: test
      num_bytes: 474865337
      num_examples: 3610
  download_size: 933625686
  dataset_size: 1622554142

Dataset Card for "nq_bm25"

More Information needed