File size: 1,146 Bytes
8ad1fa8 10c1e1d 650bf83 10c1e1d aef601a 10c1e1d aef601a 10c1e1d 8ad1fa8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
task_categories:
- text-generation
- text2text-generation
language:
- en
tags:
- code
pretty_name: Mathlib 4.18 LeanDojo Extraction
size_categories:
- 100K<n<1M
dataset_info:
features:
- name: name
dtype: string
- name: file
dtype: string
- name: statement
dtype: string
- name: state
dtype: string
- name: tactic
dtype: string
- name: result
dtype: string
- name: id
dtype: string
splits:
- name: train
num_bytes: 360742022
num_examples: 348649
download_size: 186795924
dataset_size: 360742022
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# ABOUT
This is the result of running the [LeanDojo](https://leandojo.readthedocs.io/en/latest/index.html) extractor on [Mathlib](https://github.com/leanprover-community/mathlib4/tree/29dcec074de168ac2bf835a77ef68bbe069194c5) 4.18. It was extracted by [Charlie Meyer](https://charliemeyer.xyz/), and has been published here so I can desecrate his work without bothering him.
## Purpose
You could use this to fine tune language models to output in a certain format for automated theorem proving. |