Coq-Gym-Data-Set / README.md
jizej's picture
Upload dataset
58d3afd verified
|
raw
history blame
1.14 kB
metadata
license: apache-2.0
dataset_info:
  features:
    - name: relevant_lemmas
      sequence: string
    - name: prev_tactics
      sequence: string
    - name: context
      struct:
        - name: bg_goals
          list:
            - name: goal
              dtype: string
            - name: hypotheses
              sequence: string
        - name: fg_goals
          list:
            - name: goal
              dtype: string
            - name: hypotheses
              sequence: string
        - name: given_up_goals
          list:
            - name: goal
              dtype: string
            - name: hypotheses
              sequence: string
        - name: shelved_goals
          list:
            - name: goal
              dtype: string
            - name: hypotheses
              sequence: string
    - name: tactic
      dtype: string
  splits:
    - name: test
      num_bytes: 4006839384
      num_examples: 363042
    - name: train
      num_bytes: 22292111267
      num_examples: 1836339
  download_size: 170002248
  dataset_size: 26298950651
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*

Proverbot Scrapes

Here we include a dump of proofs in coq-gym using the proverbot9001 tool.