Update README.md
Browse files
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}:::"
|
| 56 |
-
|
|
|
|
| 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
|