RanXinByteDance commited on
Commit
3b8de9f
·
verified ·
1 Parent(s): 0f55784

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -52,8 +52,9 @@ BFS-Prover achieves state-of-the-art performance on the MiniF2F test benchmark.
52
  - Combined with simpler search method (BFS) rather than MCTS
53
 
54
  ## Usage
55
- The model expects tactic states in the format `"{state}:::"`, where `:::` serves as a special indicator to signal the model to generate a tactic for the given state.
56
- The model will echo back the input state followed by the generated tactic.
 
57
 
58
 
59
  ```python
 
52
  - Combined with simpler search method (BFS) rather than MCTS
53
 
54
  ## Usage
55
+ - The model expects Lean4 tactic states in the format `"{state}:::"`
56
+ - `:::` serves as a special indicator to signal the model to generate a tactic for the given state.
57
+ - The model will echo back the input state followed by the generated tactic.
58
 
59
 
60
  ```python