adaptive_rag_nq / README.md
VityaVitalich's picture
Upload dataset
0e4b184 verified
metadata
dataset_info:
  features:
    - name: dataset
      dtype: string
    - name: question_id
      dtype: string
    - name: question_text
      dtype: string
    - name: answers_objects
      list:
        - name: date
          struct:
            - name: day
              dtype: string
            - name: month
              dtype: string
            - name: year
              dtype: string
        - name: number
          dtype: string
        - name: spans
          sequence: string
    - name: contexts
      list:
        - name: idx
          dtype: int64
        - name: is_supporting
          dtype: bool
        - name: paragraph_text
          dtype: string
        - name: title
          dtype: string
    - name: reference
      sequence: string
    - name: gold_context
      sequence: string
    - name: retrieved_contexts
      sequence: string
  splits:
    - name: train
      num_bytes: 6355002
      num_examples: 500
    - name: test
      num_bytes: 11141487
      num_examples: 500
  download_size: 10051286
  dataset_size: 17496489
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*