rahul3613 commited on
Commit
a589665
·
verified ·
1 Parent(s): ea18a6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/byt5-small
7
+ tags:
8
+ - theorem-proving
9
+ - lean
10
+ - byt5
11
+ - mathematics
12
+ - code
13
+ ---
14
+
15
+ # Lean-ByT5
16
+
17
+ **Lean-ByT5** is a ByT5-small model fine-tuned on the augmented Lean-Mathlib data for **Lean theorem proving**.
18
+
19
+ The model performs **sequence-to-sequence generation**, generating Lean tactics for a given
20
+ statement goal.
21
+
22
+ ## Base Model
23
+ - google/byt5-small (Apache License 2.0)
24
+
25
+ ## Training
26
+ - PyTorch Lightning