kaiyuy commited on
Commit
afb5ebd
1 Parent(s): ee40f78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,6 +28,6 @@ Please visit [LeanDojo Website](https://leandojo.org/) for details.
28
 
29
  The model's input consists of retrieved premises concatenated with the current proof state and truncated to 2300 UTF-8 bytes.
30
  The proof state is formatted by Lean's pretty printer, the same as the input format of our [model w/o retrieval](https://huggingface.co/kaiyuy/leandojo-lean3-tacgen-byt5-small).
31
- Retrieved premises are in the form of Lean code, except that their fully qualified names (marked by `<a>...</a>` are used). Please see the example on the right.
32
 
33
 
 
28
 
29
  The model's input consists of retrieved premises concatenated with the current proof state and truncated to 2300 UTF-8 bytes.
30
  The proof state is formatted by Lean's pretty printer, the same as the input format of our [model w/o retrieval](https://huggingface.co/kaiyuy/leandojo-lean3-tacgen-byt5-small).
31
+ Retrieved premises are in the form of Lean code, except that proofs are removed and fully qualified names (marked by `<a>...</a>`) are used. Please see the example on the right.
32
 
33