Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,6 @@ Paper link: https://openreview.net/forum?id=NpytqGYVPa¬eId=NpytqGYVPa
|
|
| 8 |
|
| 9 |
This repo contains models and web server that uses LLMs to assist theorem proving in PVS.
|
| 10 |
|
| 11 |
-
PVSgym can be donwloaded from this repo: https://github.com/manoja328/expmath/tree/main/pvspy
|
| 12 |
-
|
| 13 |
Put all model files that follows this tree:
|
| 14 |
```
|
| 15 |
pvs_sft5
|
|
@@ -44,4 +42,11 @@ curl -X POST http://localhost:8000/recommend \
|
|
| 44 |
"prev_commands": ["None", "None", "None"],
|
| 45 |
"top_k": 3
|
| 46 |
}'
|
| 47 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
This repo contains models and web server that uses LLMs to assist theorem proving in PVS.
|
| 10 |
|
|
|
|
|
|
|
| 11 |
Put all model files that follows this tree:
|
| 12 |
```
|
| 13 |
pvs_sft5
|
|
|
|
| 42 |
"prev_commands": ["None", "None", "None"],
|
| 43 |
"top_k": 3
|
| 44 |
}'
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
## PVSgym
|
| 49 |
+
|
| 50 |
+
PVSgym is not stricly required to run this but we will later add a demo that uses both.
|
| 51 |
+
|
| 52 |
+
PVSgym repo: https://github.com/manoja328/expmath/tree/main/pvspy
|