finance-legal-mrc / README.md
shchoice's picture
Upload dataset
4732a37 verified
|
raw
history blame
1.14 kB
metadata
dataset_info:
  - config_name: span_extraction
    features:
      - name: doc_title
        dtype: string
      - name: context
        dtype: string
      - name: question
        dtype: string
      - name: answer_text
        dtype: string
    splits:
      - name: train
        num_bytes: 154553286
        num_examples: 93828
      - name: validation
        num_bytes: 23273377
        num_examples: 12692
    download_size: 43600501
    dataset_size: 177826663
  - config_name: span_extraction_how
    features:
      - name: doc_title
        dtype: string
      - name: context
        dtype: string
      - name: question
        dtype: string
      - name: answer_text
        dtype: string
    splits:
      - name: train
        num_bytes: 111843943
        num_examples: 61746
      - name: validation
        num_bytes: 21025535
        num_examples: 9124
    download_size: 31577500
    dataset_size: 132869478
configs:
  - config_name: span_extraction
    data_files:
      - split: train
        path: span_extraction/train-*
      - split: validation
        path: span_extraction/validation-*
  - config_name: span_extraction_how
    data_files:
      - split: train
        path: span_extraction_how/train-*
      - split: validation
        path: span_extraction_how/validation-*