lemexp-task4-v2 / README.md
yalhessi's picture
Upload dataset
cc18d77 verified
metadata
dataset_info:
  - config_name: small
    features:
      - name: theory_file
        dtype: string
      - name: lemma_name
        dtype: string
      - name: lemma_command
        dtype: string
      - name: lemma_object
        dtype: string
      - name: template
        dtype: string
      - name: symbols
        sequence: string
      - name: types
        sequence: string
      - name: defs
        sequence: string
      - name: output_key
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 145849574
        num_examples: 57576
      - name: valid
        num_bytes: 1334493
        num_examples: 500
      - name: test
        num_bytes: 16371899
        num_examples: 4740
    download_size: 44355489
    dataset_size: 163555966
  - config_name: small_no_defs
    features:
      - name: theory_file
        dtype: string
      - name: lemma_name
        dtype: string
      - name: lemma_command
        dtype: string
      - name: lemma_object
        dtype: string
      - name: template
        dtype: string
      - name: symbols
        sequence: string
      - name: types
        sequence: string
      - name: defs
        sequence: string
      - name: output_key
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 108541534
        num_examples: 57576
      - name: valid
        num_bytes: 989855
        num_examples: 500
      - name: test
        num_bytes: 11387620
        num_examples: 4740
    download_size: 30796206
    dataset_size: 120919009
  - config_name: small_no_symbols
    features:
      - name: theory_file
        dtype: string
      - name: lemma_name
        dtype: string
      - name: lemma_command
        dtype: string
      - name: lemma_object
        dtype: string
      - name: template
        dtype: string
      - name: symbols
        sequence: string
      - name: types
        sequence: string
      - name: defs
        sequence: string
      - name: output_key
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 91712001
        num_examples: 57576
      - name: valid
        num_bytes: 839748
        num_examples: 500
      - name: test
        num_bytes: 9904485
        num_examples: 4740
    download_size: 26026033
    dataset_size: 102456234
configs:
  - config_name: small
    data_files:
      - split: train
        path: small/train-*
      - split: valid
        path: small/valid-*
      - split: test
        path: small/test-*
  - config_name: small_no_defs
    data_files:
      - split: train
        path: small_no_defs/train-*
      - split: valid
        path: small_no_defs/valid-*
      - split: test
        path: small_no_defs/test-*
  - config_name: small_no_symbols
    data_files:
      - split: train
        path: small_no_symbols/train-*
      - split: valid
        path: small_no_symbols/valid-*
      - split: test
        path: small_no_symbols/test-*