wellecks commited on
Commit
5073d10
1 Parent(s): 921d73a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -1,10 +1,8 @@
1
 
2
- ### Neural theorem proving (`ntp`) `mathlib-tactic-instruct`
3
 
4
- Model from the [neural theorem proving tutorial vII]().
5
 
6
-
7
- A deepseek-coder 1.3B model finetuned on [ntp-mathlib-tactic-instruct](https://huggingface.co/datasets/wellecks/ntp-lean-mathlib-tactic-instruct) for 3 epochs.
8
 
9
  It is specifically finetuned for Lean 4 tactic prediction given proof states. See the tutorial for code and more information.
10
 
 
1
 
2
+ Model from the [neural theorem proving tutorial vII](https://github.com/cmu-l3/ntptutorial-II).
3
 
 
4
 
5
+ A deepseek-coder 1.3B model finetuned on [ntp-mathlib-tactic-instruct-st](https://huggingface.co/datasets/l3lab/ntp-lean-mathlib-instruct-st) for 3 epochs.
 
6
 
7
  It is specifically finetuned for Lean 4 tactic prediction given proof states. See the tutorial for code and more information.
8