VeriTikz / README.md
CharlyR's picture
Upload dataset
d289819 verified
metadata
dataset_info:
  - config_name: full
    features:
      - name: id
        dtype: string
      - name: type
        dtype: string
      - name: instruction
        dtype: string
      - name: code
        dtype: string
      - name: template_solution_code
        sequence: string
      - name: original_template
        dtype: string
      - name: solution
        dtype: string
      - name: expected
        dtype: bool
      - name: original_image
        dtype: image
      - name: solution_image
        dtype: image
      - name: theoretical_perfect_image
        dtype: image
      - name: perfect_solution_similarity
        dtype: float32
    splits:
      - name: train
        num_bytes: 829556698
        num_examples: 307
    download_size: 27775930
    dataset_size: 829556698
  - config_name: raw
    features:
      - name: id
        dtype: string
      - name: type
        dtype: string
      - name: instruction
        dtype: string
      - name: code
        dtype: string
      - name: template_solution_code
        sequence: string
      - name: original_template
        dtype: string
      - name: solution
        dtype: string
      - name: expected
        dtype: bool
      - name: compiles
        dtype: bool
    splits:
      - name: train
        num_bytes: 2830453
        num_examples: 270
    download_size: 273743
    dataset_size: 2830453
configs:
  - config_name: full
    data_files:
      - split: train
        path: full/train-*
  - config_name: raw
    data_files:
      - split: train
        path: raw/train-*