Iker's picture
Upload dataset
d6652a5 verified
|
raw
history blame
793 Bytes
metadata
license: apache-2.0
dataset_info:
  features:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: body
      dtype: string
    - name: ideal_answer
      sequence: string
    - name: exact_answer
      sequence: string
    - name: snippets
      sequence: string
    - name: documents
      sequence: string
    - name: triples
      list:
        - name: p
          dtype: string
        - name: s
          dtype: string
        - name: o
          dtype: string
    - name: concepts
      sequence: string
  splits:
    - name: train
      num_bytes: 11760491
      num_examples: 2251
    - name: test
      num_bytes: 1799313
      num_examples: 500
  download_size: 5402467
  dataset_size: 13559804
configs:
  - config_name: default
    data_files:
      - split: train
        path: fr/train-*
      - split: test
        path: fr/test-*