BaKaTeQe / README.md
TeeA's picture
Upload dataset
a7e4747 verified
metadata
dataset_info:
  - config_name: chain-of-thought
    features:
      - name: source
        dtype: string
      - name: schema_syll
        dtype: string
      - name: schema_word
        dtype: string
      - name: question_syll
        dtype: string
      - name: question_word
        dtype: string
      - name: query_syll
        dtype: string
      - name: query_word
        dtype: string
      - name: cot-en
        dtype: string
      - name: cot-vi
        dtype: string
    splits:
      - name: train
        num_bytes: 198363066
        num_examples: 66793
    download_size: 74615161
    dataset_size: 198363066
  - config_name: default
    features:
      - name: source
        dtype: string
      - name: schema_syll
        dtype: string
      - name: schema_word
        dtype: string
      - name: question_syll
        dtype: string
      - name: question_word
        dtype: string
      - name: query_syll
        dtype: string
      - name: query_word
        dtype: string
    splits:
      - name: train
        num_bytes: 383865644
        num_examples: 243964
    download_size: 131578942
    dataset_size: 383865644
  - config_name: few-shot
    features:
      - name: source
        dtype: string
      - name: schema_syll
        dtype: string
      - name: schema_word
        dtype: string
      - name: question_syll
        dtype: string
      - name: question_word
        dtype: string
      - name: query_syll
        dtype: string
      - name: query_word
        dtype: string
      - name: few_shot_label
        dtype: int32
      - name: few_shot_idx_syll
        sequence: int64
      - name: few_shot_idx_word
        sequence: int64
    splits:
      - name: train
        num_bytes: 406310332
        num_examples: 243964
    download_size: 147295094
    dataset_size: 406310332
configs:
  - config_name: chain-of-thought
    data_files:
      - split: train
        path: chain-of-thought/train-*
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
  - config_name: few-shot
    data_files:
      - split: train
        path: few-shot/train-*