synthetic_reasoning / README.md
SaylorTwift's picture
SaylorTwift HF Staff
Add 'pattern_match' config data files
852f857 verified
|
raw
history blame
1.12 kB
metadata
dataset_info:
  - config_name: induction
    features:
      - name: source
        dtype: string
      - name: target
        dtype: string
    splits:
      - name: train
        num_bytes: 98736
        num_examples: 1000
      - name: test
        num_bytes: 490070
        num_examples: 5000
      - name: validation
        num_bytes: 491609
        num_examples: 5000
    download_size: 370911
    dataset_size: 1080415
  - config_name: pattern_match
    features:
      - name: source
        dtype: string
      - name: target
        dtype: string
    splits:
      - name: train
        num_bytes: 106013
        num_examples: 1000
      - name: test
        num_bytes: 528103
        num_examples: 5000
      - name: validation
        num_bytes: 529021
        num_examples: 5000
    download_size: 487956
    dataset_size: 1163137
configs:
  - config_name: induction
    data_files:
      - split: train
        path: induction/train-*
      - split: test
        path: induction/test-*
      - split: validation
        path: induction/validation-*
  - config_name: pattern_match
    data_files:
      - split: train
        path: pattern_match/train-*
      - split: test
        path: pattern_match/test-*
      - split: validation
        path: pattern_match/validation-*