Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ This repo contains models and web server that uses LLMs to assist theorem provin
|
|
| 10 |
|
| 11 |
PVSgym can be donwloaded from this repo: https://github.com/manoja328/expmath/tree/main/pvspy
|
| 12 |
|
|
|
|
| 13 |
pvs_sft5
|
| 14 |
βββ config.json
|
| 15 |
βββ generation_config.json
|
|
@@ -23,6 +24,7 @@ pvs_sft5
|
|
| 23 |
βββ tokenizer.json
|
| 24 |
βββ tokenizer.model
|
| 25 |
βββ training_args.bin
|
|
|
|
| 26 |
|
| 27 |
## Start the web server with the model running
|
| 28 |
|
|
|
|
| 10 |
|
| 11 |
PVSgym can be donwloaded from this repo: https://github.com/manoja328/expmath/tree/main/pvspy
|
| 12 |
|
| 13 |
+
```
|
| 14 |
pvs_sft5
|
| 15 |
βββ config.json
|
| 16 |
βββ generation_config.json
|
|
|
|
| 24 |
βββ tokenizer.json
|
| 25 |
βββ tokenizer.model
|
| 26 |
βββ training_args.bin
|
| 27 |
+
```
|
| 28 |
|
| 29 |
## Start the web server with the model running
|
| 30 |
|