finbenchdata / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
9441bd8 verified
|
raw
history blame
563 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: context
      dtype: string
    - name: response
      struct:
        - name: answer
          dtype: string
        - name: justification
          dtype: string
  splits:
    - name: train
      num_bytes: 202879.2
      num_examples: 120
    - name: validation
      num_bytes: 50719.8
      num_examples: 30
  download_size: 141888
  dataset_size: 253599
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*