LiLT_Processed / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
3bd4d5c verified
|
raw
history blame
579 Bytes
metadata
language:
  - en
  - he
dataset_info:
  features:
    - name: id
      dtype: string
    - name: words
      sequence: string
    - name: boxes
      sequence:
        sequence: int64
    - name: question
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 522249392.3485697
      num_examples: 80578
    - name: test
      num_bytes: 57547374.651430294
      num_examples: 8879
  download_size: 74622883
  dataset_size: 579796767
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*